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:_
7
7
- [ ] Is the new or changed code fully tested?
8
8
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
9
9
- [ ] 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?
11
11
12
12
_ NOTE: these things are not required to open a PR and can be done
13
13
afterwards / while the PR is open._
Original file line number Diff line number Diff line change 1
1
name-template : ' Version $NEXT_PATCH_VERSION'
2
2
tag-template : ' v$NEXT_PATCH_VERSION'
3
3
autolabeler :
4
- - label : ' chore '
4
+ - label : ' maintenance '
5
5
files :
6
6
- ' *.md'
7
7
- ' .github/*'
8
8
- label : ' bug'
9
9
branch :
10
10
- ' /bug-.+'
11
- - label : ' chore '
11
+ - label : ' maintenance '
12
12
branch :
13
- - ' /chore -.+'
13
+ - ' /maintenance -.+'
14
14
- label : ' feature'
15
15
branch :
16
16
- ' /feature-.+'
@@ -28,7 +28,7 @@ categories:
28
28
- ' bugfix'
29
29
- ' bug'
30
30
- title : ' 🧰 Maintenance'
31
- label : ' chore '
31
+ label : ' maintenance '
32
32
change-template : ' - $TITLE (#$NUMBER)'
33
33
exclude-labels :
34
34
- ' skip-changelog'
You can’t perform that action at this time.
0 commit comments