Skip to content

Commit 1256fdd

Browse files
authored
Renaming chore as maintenance (#2015)
1 parent 6df1ba3 commit 1256fdd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
afterwards / while the PR is open._

.github/release-drafter-config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name-template: 'Version $NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
33
autolabeler:
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'
3232
change-template: '- $TITLE (#$NUMBER)'
3333
exclude-labels:
3434
- 'skip-changelog'

0 commit comments

Comments
 (0)