From cf3a505434351b845e338faadb378773b6c2ba24 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 13 May 2024 13:22:50 -0700 Subject: [PATCH] Automatically label bug report issues with bug tag 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 a5483337ce..4ba472338f 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: '' ---