File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 1+ feature : [ 'feature-*', 'feat-*' ]
2+ bugfix : [ 'fix-*', 'bugfix-*' ]
3+ chore : [ 'chore-*' ]
Original file line number Diff line number Diff line change 1+ name-template : ' v$NEXT_PATCH_VERSION 🌈'
2+ tag-template : ' v$NEXT_PATCH_VERSION'
3+ categories :
4+ - title : ' 🚀 Features'
5+ labels :
6+ - ' feature'
7+ - ' enhancement'
8+ - title : ' 🐛 Bug Fixes'
9+ labels :
10+ - ' fix'
11+ - ' bugfix'
12+ - ' bug'
13+ - title : ' 🧰 Maintenance'
14+ label : ' chore'
15+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
16+ exclude-labels :
17+ - ' skip-changelog'
18+ template : |
19+ ## Changes
20+
21+ $CHANGES
Original file line number Diff line number Diff line change 55 # branches to consider in the event; optional, defaults to all
66 branches :
77 - main
8- # pull_request event is required only for autolabeler
9- pull_request :
10- # Only following types are handled by the action, but one can default to all as well
11- types : [opened, reopened, synchronize]
12- # pull_request_target event is required for autolabeler to support PRs from forks
13- # pull_request_target:
14- # types: [opened, reopened, synchronize]
158
169permissions :
1710 contents : read
You can’t perform that action at this time.
0 commit comments