Browse Source

修改bug report模版label (#665)

LoGin 1 year ago
parent
commit
5c20e05a2e
2 changed files with 8 additions and 3 deletions
  1. 2 3
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 6 0
      triagebot.toml

+ 2 - 3
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,9 +1,8 @@
 ---
 name: Bug report
 about: 创建bug报告以帮助我们改进
-title: "[BUG] "
-labels: bug
-assignees: fslongjin
+title: "[BUG REPORT] "
+labels: bug-report
 
 ---
 

+ 6 - 0
triagebot.toml

@@ -100,6 +100,12 @@ trigger_files = [
 [autolabel."S-等待审查"]
 new_pr = true
 
+[autolabel."needs-triage"]
+new_issue = true
+exclude_labels = [
+    "A-diagnostics",
+]
+
 [shortcut]
 
 [no-merges]