From 74f607577f42e808de0e9236003ebed809e21baa Mon Sep 17 00:00:00 2001 From: Philip Lapczynski <89217603+hexsecs@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:15:56 -0400 Subject: [PATCH] Update bug-report.yml Changed the default label set from "Needs Triage" to "triage" to keep case consistent for our labels. --- .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 60f537e2..a83ff209 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug Report description: Create a report to help us improve title: "[Bug Report] - " -labels: ["bug","Needs Triage"] +labels: ["bug","triage"] body: - type: markdown