From c9cbe23929c6d017a7bf4470a1abb7c066fd377f Mon Sep 17 00:00:00 2001 From: Jonah Kowall Date: Mon, 20 May 2024 11:33:55 -0400 Subject: [PATCH] Automatically tag triage for new bug reports Modify the issue template to add trage tag in addition to the bug tag. Signed-off-by: Jonah Kowall --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bb0f9cc..ea68395 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,7 @@ name: Bug Report description: Create a report to help us improve title: "[Bug]: " -labels: ["bug"] +labels: bug, triage body: - type: markdown attributes: