修改bug report模版label (#665)
This commit is contained in:
parent
7c958c9ef0
commit
5c20e05a2e
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: 创建bug报告以帮助我们改进
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
assignees: fslongjin
|
||||
title: "[BUG REPORT] "
|
||||
labels: bug-report
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -100,6 +100,12 @@ trigger_files = [
|
|||
[autolabel."S-等待审查"]
|
||||
new_pr = true
|
||||
|
||||
[autolabel."needs-triage"]
|
||||
new_issue = true
|
||||
exclude_labels = [
|
||||
"A-diagnostics",
|
||||
]
|
||||
|
||||
[shortcut]
|
||||
|
||||
[no-merges]
|
||||
|
|
Loading…
Reference in New Issue