From 5c20e05a2eb82da6dd73104fcf51d538500c2856 Mon Sep 17 00:00:00 2001 From: LoGin Date: Mon, 25 Mar 2024 13:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=20report=E6=A8=A1?= =?UTF-8?q?=E7=89=88label=20(#665)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++--- triagebot.toml | 6 ++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7a3d7369..7f321b98 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.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 --- diff --git a/triagebot.toml b/triagebot.toml index 19b04d07..12c8d91c 100644 --- a/triagebot.toml +++ b/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]