From 998d06518c25e50131ce1ce959d6992a8294f2ea Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 13 May 2024 13:47:45 -0700 Subject: [PATCH] Automatically label bug report issues with bug tag (#3288) This change automatically sets the label on an issue to `bug` if opened using the bug report template. Signed-off-by: Eric Brown --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a5483337c..4ba472338 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: bug assignees: '' ---