From c02337be29d2daac725abaf89d819fddb49ab39f Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Mon, 4 Jul 2022 15:28:34 +0200 Subject: [PATCH] chore: auto assign needs triage label (#4586) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b2a5c1588..c0346985d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug Report title: '[bug] ' description: Report a bug -labels: 'type: bug' +labels: ['type: bug', 'status: needs triage'] body: - type: markdown