File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ _Please make sure to review and check all of these items:_
77- [ ] Is the new or changed code fully tested?
88- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
99- [ ] Is there an example added to the examples folder (if applicable)?
10- - [ ] Is the changes added to CHANGES file?
10+ - [ ] Was the change added to CHANGES file?
1111
1212_ NOTE: these things are not required to open a PR and can be done
1313afterwards / while the PR is open._
Original file line number Diff line number Diff line change 11name-template : ' Version $NEXT_PATCH_VERSION'
22tag-template : ' v$NEXT_PATCH_VERSION'
33autolabeler :
4- - label : ' chore '
4+ - label : ' maintenance '
55 files :
66 - ' *.md'
77 - ' .github/*'
88 - label : ' bug'
99 branch :
1010 - ' /bug-.+'
11- - label : ' chore '
11+ - label : ' maintenance '
1212 branch :
13- - ' /chore -.+'
13+ - ' /maintenance -.+'
1414 - label : ' feature'
1515 branch :
1616 - ' /feature-.+'
@@ -28,7 +28,7 @@ categories:
2828 - ' bugfix'
2929 - ' bug'
3030 - title : ' 🧰 Maintenance'
31- label : ' chore '
31+ label : ' maintenance '
3232change-template : ' - $TITLE (#$NUMBER)'
3333exclude-labels :
3434 - ' skip-changelog'
You can’t perform that action at this time.
0 commit comments