From f213f72ba0fa6435872364a1fbee84788fffff53 Mon Sep 17 00:00:00 2001 From: Jeod <47716344+JeodC@users.noreply.github.com> Date: Mon, 29 Sep 2025 06:44:16 -0400 Subject: [PATCH] Fix bug report label in issue template Github can't process checkboxes and concatenate into labels properly, ffs. --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index d78f85b..8a74a2b 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -1,5 +1,6 @@ name: Bug Report description: Report a bug with Super Mario Bros. Remastered +labels: ["bug"] title: '[Bug Report]: ' body: @@ -39,6 +40,3 @@ body: attributes: label: "Screenshots" description: "If applicable, add screenshots to help explain the bug." - -labels: - - ${{ values.bug_type }} \ No newline at end of file