Skip to content

Commit

Permalink
[automation] Update release-drafter and keylabeler configs (backport #…
Browse files Browse the repository at this point in the history
…4996) (#5000)

[automation] Update release-drafter and keylabeler configs (#4996)

(cherry picked from commit 2a89d38)

Co-authored-by: Hailin Wang <[email protected]>
  • Loading branch information
mergify[bot] and haiiliin authored Sep 7, 2023
1 parent e230a99 commit b8bda0d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.
14 changes: 1 addition & 13 deletions .github/keylabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ labelMappings:
"- [x] 2018": backport-to-2018
"- [x] 2017": backport-to-2017
"- [x] 2016": backport-to-2016
"- [x] automation": automation
"- [x] bug": bug
"- [x] docs": docs
"- [x] docs preview": docs-preview
"- [x] enhancement": enhancement
"- [x] new feature": new feature
"- [x] refactor": refactor
"- [x] reformat with black": reformat-with-black
"- [x] release": release
"- [x] test": test
"- [x] typing": typing
"- [x] typo": typo
"- [x] workflow": workflow
"[automation]": automation
"[breaking change]": breaking change
"[bug]": bug
Expand All @@ -43,6 +30,7 @@ labelMappings:
"[feature]": feature
"[fix]": fix
"[new feature]": new feature
"[pre-commit.ci]": pre-commit
"[refactor]": refactor
"[reformat with black]": reformat-with-black
"[release]": release
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2016.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2017.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2018.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2020.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2021.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter-2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ categories:
collapse-after: 1
labels:
- "automation"
- "pre-commit"
- "release"
- "workflow"
version-resolver:
Expand Down

0 comments on commit b8bda0d

Please sign in to comment.