Skip to content

Commit 61c181e

Browse files
authored
Update labeler.yml
1 parent f96ddc4 commit 61c181e

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

.github/labeler.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# labeler "full" schema
2-
2+
# vscode uses the wrong schema when checking this file
3+
# the schema can be found here: https://github.com/jimschubert/labeler-action
34
# enable labeler on issues, prs, or both.
45
enable:
56
issues: true
@@ -26,7 +27,7 @@ comments:
2627
# - 'include' patterns will associate a label if any of these patterns match
2728
# - 'exclude' patterns will ignore this label if any of these patterns match
2829
labels:
29-
'bug':
30+
'Type:bug':
3031
include:
3132
- '\bbug[s]?\b'
3233
exclude: []
@@ -35,13 +36,28 @@ labels:
3536
- '\bhelp( me)?\b'
3637
exclude:
3738
- '\b\[test(ing)?\]\b'
38-
'enhancement':
39+
'Type:enhancement':
3940
include:
4041
- '\bfeat\b'
4142
exclude: []
42-
'chore':
43+
'Type:chore':
44+
include:
45+
- '\bUpdate\b'
46+
- '\bchore\b'
47+
exclude: []
48+
'Type:updates':
4349
include:
4450
- '\bUpdate\b'
51+
- '\bchore\b'
52+
exclude: []
53+
'Type:builder':
54+
include:
55+
- '\bngl-build\b'
56+
exclude: []
57+
'Type:ci':
58+
include:
59+
- '\baction\b'
60+
- '\bci\b'
4561
exclude: []
4662
'automerge':
4763
include:

0 commit comments

Comments
 (0)