From 2618e3da780eca02f3bd3cc4b023606dfb0ae9b7 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 20 Feb 2023 09:32:13 +0000 Subject: [PATCH] Removed 'bug' from auto-labels on new issue template --- .github/ISSUE_TEMPLATE/bugreport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yaml b/.github/ISSUE_TEMPLATE/bugreport.yaml index d9597ecc3..bdfb0a30d 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yaml +++ b/.github/ISSUE_TEMPLATE/bugreport.yaml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report or issue title: "[Bug]: " -labels: ['Bug', 'triage'] +labels: ['triage'] assignees: [] body: - type: markdown