File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,23 +2,17 @@ name-template: 'v$RESOLVED_VERSION'
22tag-template : ' v$RESOLVED_VERSION'
33categories :
44 - title : ' 🚀 Features'
5- labels :
6- - ' feature'
5+ label : ' feature'
76 - title : ' 🐛 Bug Fixes'
8- labels :
9- - ' bug'
7+ label : ' bug'
108 - title : ' 🧰 Maintenance'
11- labels :
12- - ' maintenance'
9+ label : ' maintenance'
1310 - title : ' ⚡ Performance'
14- labels :
15- - ' performance'
11+ label : ' performance'
1612 - title : ' ✅ Tests'
17- labels :
18- - ' tests'
13+ label : ' tests'
1914 - title : ' 📚 Documentation'
20- labels :
21- - ' documentation'
15+ label : ' documentation'
2216
2317change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
2418no-changes-template : ' - No changes'
Original file line number Diff line number Diff line change 1414 # pull_request_target event is required for autolabeler to support PRs from forks
1515 # pull_request_target:
1616 # types: [opened, reopened, synchronize]
17+ workflow_dispatch : # TESTING
1718
1819permissions :
1920 contents : read
You can’t perform that action at this time.
0 commit comments