Skip to content

Commit

Permalink
Renaming chore as maintenance (redis#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Feb 23, 2022
1 parent 6df1ba3 commit 1256fdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _Please make sure to review and check all of these items:_
- [ ] Is the new or changed code fully tested?
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
- [ ] Is there an example added to the examples folder (if applicable)?
- [ ] Is the changes added to CHANGES file?
- [ ] Was the change added to CHANGES file?

_NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open._
Expand Down
8 changes: 4 additions & 4 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name-template: 'Version $NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
autolabeler:
- label: 'chore'
- label: 'maintenance'
files:
- '*.md'
- '.github/*'
- label: 'bug'
branch:
- '/bug-.+'
- label: 'chore'
- label: 'maintenance'
branch:
- '/chore-.+'
- '/maintenance-.+'
- label: 'feature'
branch:
- '/feature-.+'
Expand All @@ -28,7 +28,7 @@ categories:
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
label: 'maintenance'
change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
- 'skip-changelog'
Expand Down

0 comments on commit 1256fdd

Please sign in to comment.