Skip to content

Commit

Permalink
Add bot for issue 60436 (#78)
Browse files Browse the repository at this point in the history
* Update config.py

* Update config.py
  • Loading branch information
xingmingyyj authored Dec 28, 2023
1 parent 0d44264 commit 7266108
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion HackathonBot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
'type_names' : ["快乐开源"],

# 每个赛题所属的赛道,每个赛道是一个数组
'task_types' : [['1-38']],
'task_types' : [['1-39']],

# 该issue相关PR的前缀,用来标识PR是否属于该issue
'pr_prefix' : "PIR OpTest Fix No.",
Expand Down Expand Up @@ -186,6 +186,39 @@
# 该issue相关PR的前缀,用来标识PR是否属于该issue
'pr_prefix' : "CMake opt",

# PR、状态等信息所在的列
'pr_col': 3,
},{
# 任务名称,起标识作用
'issue_name': "【PIR】PIR下的分布式算子注册",

# 【PIR】 PIR下的OP单测修复 任务开始时间
'start_time' : '2023-12-28T00:00:48Z',

# issue页面 url 地址, 注意结尾不要有斜杠
'issue_url': 'https://api.github.com/repos/PaddlePaddle/Paddle/issues/60436',

# 监控的仓库列表
'repo_urls': ['https://api.github.com/repos/PaddlePaddle/Paddle/pulls'],

# 最大的任务ID
'max_task_id' : 30,

# 忽略不处理的题号,这部分留给人工处理
'un_handle_tasks' : [], # 已经手动分配出去了

# 已删除的赛题
'removed_tasks' : [],

# 赛道名
'type_names' : ["快乐开源"],

# 每个赛题所属的赛道,每个赛道是一个数组
'task_types' : [['1-30']],

# 该issue相关PR的前缀,用来标识PR是否属于该issue
'pr_prefix' : "PIR Dist Op Reg No.",

# PR、状态等信息所在的列
'pr_col': 3,
},
Expand Down

0 comments on commit 7266108

Please sign in to comment.