Skip to content

Commit

Permalink
cherry-pick(#7096): Catchall for bug fix PRs and add performance cate…
Browse files Browse the repository at this point in the history
…gory (#7100)

cherry-pick(7096): Catchall for bug fix PRs and add performance category (#7096)

* Catchall for bug fix PRs and add performance category

* Move Bug fixes to the bottom

* Fix performance label
  • Loading branch information
shefalijoshi committed Sep 29, 2023
1 parent f13ed68 commit 133e7c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/release.yml
Expand Up @@ -9,12 +9,15 @@ changelog:
exclude:
labels:
- type:feature
- title: 🐛 Bug Fixes
labels:
- type:bug
- title: 🔧 Maintenance
labels:
- type:maintenance
- title: ⚡ Performance
labels:
- performance
- title: 👒 Dependencies
labels:
- dependencies
- title: 🐛 Bug Fixes
labels:
- '*'

0 comments on commit 133e7c3

Please sign in to comment.