Skip to content

Commit fd7e589

Browse files
committed
fix(CI/CD): Fixed tags added by issue templates
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent a75454e commit fd7e589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Create a bug report
3-
labels: ["bug"]
3+
labels: ["type: bug"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Create a feature request
3-
labels: ["enhancement"]
3+
labels: ["type: enhancement"]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)