File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 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.
45enable :
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
2829labels :
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 :
You can’t perform that action at this time.
0 commit comments