File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,3 @@ version-resolver:
4040 - ' maintenance'
4141 - ' documentation'
4242 default : patch
43- autolabeler :
44- - label : ' automation'
45- title :
46- - ' /^(build|ci|perf|refactor|test).*/i'
47- - label : ' enhancement'
48- title :
49- - ' /^(chore|style).*/i'
50- - label : ' documentation'
51- title :
52- - ' /^docs.*/i'
53- - label : ' feature'
54- title :
55- - ' /^feat.*/i'
56- - label : ' fix'
57- title :
58- - ' /^fix.*/i'
59- - label : ' revert'
60- title :
61- - ' /^revert.*/i'
Original file line number Diff line number Diff line change 1616 jobs :
1717 main :
1818 permissions :
19- contents : write
2019 pull-requests : write
2120 name : Auto label pull requests
2221 runs-on : ubuntu-latest
2524 env :
2625 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2726 with :
28- config-name : release-drafter .yml
27+ config-name : auto-labeler .yml
Original file line number Diff line number Diff line change 1313 main :
1414 permissions :
1515 contents : write
16- pull-requests : write
1716 name : Generate release notes
1817 runs-on : ubuntu-latest
1918 steps :
You can’t perform that action at this time.
0 commit comments