From ba6289e8ae5e37f6d3f4618ddc52b73179a64f3d Mon Sep 17 00:00:00 2001 From: Tim deBoer Date: Thu, 6 Nov 2025 15:48:56 -0500 Subject: [PATCH] chore: fix epic issue type and label Adding `type: epic` not only didn't work, the kind/epic label doesn't show up anymore either. I don't have access to the org settings but the epic type appears to include the emoji - assuming it was copied from the kind and this should fix it. Fix for part of #2051. Signed-off-by: Tim deBoer --- .github/ISSUE_TEMPLATE/epic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/epic.yml b/.github/ISSUE_TEMPLATE/epic.yml index c6899540..89eb7e59 100644 --- a/.github/ISSUE_TEMPLATE/epic.yml +++ b/.github/ISSUE_TEMPLATE/epic.yml @@ -1,6 +1,6 @@ name: Epic ⚡ description: A high-level feature -type: epic +type: epic ⚡ labels: [kind/epic ⚡] body: