From 7fb201d8cf8f7cb71d796feab8fb8093b7f92beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:00:59 +0100 Subject: [PATCH 1/2] ci: update label --- .github/ISSUE_TEMPLATE/suggestion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 7584cde..ad8ef46 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -1,6 +1,6 @@ name: Suggestion description: Help us improve with suggestions -labels: [suggestion] +labels: [Type: Suggestion :bulb:] assignees: mcanouil body: - type: markdown From d369a4b654f4cc1485c13e7f9763115c28063cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:01:27 +0100 Subject: [PATCH 2/2] ci: add double quotes to label --- .github/ISSUE_TEMPLATE/suggestion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index ad8ef46..56d0f1c 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -1,6 +1,6 @@ name: Suggestion description: Help us improve with suggestions -labels: [Type: Suggestion :bulb:] +labels: ["Type: Suggestion :bulb:"] assignees: mcanouil body: - type: markdown