File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11fix :
2- - head-branch : ['^fix/', '^bugfix/']
2+ - head-branch : [ '^fix/', '^bugfix/' ]
33
44hotfix :
5- - head-branch : ['^hotfix/']
5+ - head-branch : [ '^hotfix/' ]
66
77feat :
8- - head-branch : ['^feat/', '^feature/']
8+ - head-branch : [ '^feat/', '^feature/' ]
99
1010docs :
11- - head-branch : ['^docs/']
11+ - head-branch : [ '^docs/' ]
1212
1313refactor :
14- - head-branch : ['^refactor/']
14+ - head-branch : [ '^refactor/' ]
1515
1616test :
17- - head-branch : ['^test/']
17+ - head-branch : [ '^test/' ]
1818
1919chore :
20- - head-branch : ['^chore/']
20+ - head-branch : [ '^chore/' ]
2121
2222ci :
23- - head-branch : ['^ci/']
23+ - head-branch : [ '^ci/' ]
2424
2525build :
26- - head-branch : ['^build/']
26+ - head-branch : [ '^build/' ]
2727
2828perf :
29- - head-branch : ['^perf/']
29+ - head-branch : [ '^perf/' ]
3030
3131revert :
32- - head-branch : ['^revert/']
32+ - head-branch : [ '^revert/' ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Auto Assign
22
33on :
44 pull_request :
5- types : [opened, ready_for_review]
5+ types : [ opened, ready_for_review ]
66
77jobs :
88 add-reviews :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Auto Label PRs
22
33on :
44 pull_request :
5- types : [opened, synchronize, reopened]
5+ types : [ opened, synchronize, reopened ]
66
77jobs :
88 label :
1111 - uses : actions/labeler@v5
1212 with :
1313 repo-token : ${{ secrets.GITHUB_TOKEN }}
14- configuration-path : ' .github/config/pr-labeler-config.yml'
14+ configuration-path : ' .github/config/pr-labeler-config.yml'
You can’t perform that action at this time.
0 commit comments