Skip to content

Commit ba6289e

Browse files
committed
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 <[email protected]>
1 parent 9d0aa44 commit ba6289e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/epic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Epic ⚡
22
description: A high-level feature
3-
type: epic
3+
type: epic
44
labels: [kind/epic ⚡]
55

66
body:

0 commit comments

Comments
 (0)