Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do Not Merge] Add for paddlenlp #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions HackathonBot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,42 @@
# PR、状态等信息所在的列
'pr_col': 7,

# 是否展示看板信息
'board': True,
},{
# 任务名称,起标识作用
'issue_name': "PaddleNLP 快乐开源活动 (2025 Q1)",

# 开始时间,只会统计开始时间之后的PR(注意时间中的字母T和Z不能缺少)
'start_time' : '2025-02-05T00:00:00Z',

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

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

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

# 忽略不处理的题号,这部分留给人工处理
'un_handle_tasks' : [],

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

# 赛道名
'type_names' : ["飞桨大语言模型快乐开源活动"],

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

# 该issue相关PR的前缀,用来标识PR是否属于该issue
'pr_prefix' : "PPNLP No",

# PR、状态等信息所在的列
'pr_col': 7,

# 是否展示看板信息
'board': True,
},{
Expand Down