From f17d9461e03a7bd33932f959240a34aecd122cfd Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Thu, 27 Jun 2024 10:28:13 +0100 Subject: [PATCH] fix: issue template bug auto label --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d8cb2cd..584f58e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: 🐛 Bug description: Report an issue to help improve the project. title: "[BUG] " -labels: ["🛠 goal: fix", "🚦 status: awaiting triage"] +labels: ["bug", "🚦 status: awaiting triage"] body: - type: checkboxes id: duplicates