summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-02-23 09:31:59 +0200
committerGitHub <noreply@github.com>2022-02-23 09:31:59 +0200
commit1256fddae761f4b81783d684ff7cb803ca835931 (patch)
treef2416e835b5fa112fecb4624b9ecd0fa815380a5 /.github
parent6df1ba3b16aa8f1f930a5224cf911c334d1ba19b (diff)
downloadredis-py-1256fddae761f4b81783d684ff7cb803ca835931.tar.gz
Renaming chore as maintenance (#2015)
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
-rw-r--r--.github/release-drafter-config.yml8
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index a46d8c9..a3b0b0e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -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._
diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml
index a3a5d83..aab645f 100644
--- a/.github/release-drafter-config.yml
+++ b/.github/release-drafter-config.yml
@@ -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-.+'
@@ -28,7 +28,7 @@ categories:
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
- label: 'chore'
+ label: 'maintenance'
change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
- 'skip-changelog'