Ver código fonte

cicd: Labels on issue templates [skip ci]

jamesread 1 ano atrás
pai
commit
0b66bc7bbd

+ 2 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,7 +2,8 @@
 name: Bug report
 about: Create a report to help us improve
 title: ""
-labels: bug
+labels:
+  - "type: bug"
 assignees: ''
 
 ---

+ 2 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -2,7 +2,8 @@
 name: Feature request
 about: Suggest an idea for this project
 title: ''
-labels: enhancement
+labels:
+  - "type: feature-request"
 assignees: ''
 
 ---

+ 2 - 1
.github/ISSUE_TEMPLATE/support_request.md

@@ -2,7 +2,8 @@
 name: Support request
 about: Need some help? Got an error message?
 title: ""
-labels: support
+labels:
+  - "type: support"
 assignees: ''
 
 ---