cherry-pick(#7096): Catchall for bug fix PRs and add performance category (#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
This commit is contained in:
Shefali Joshi 2023-09-29 10:46:08 -07:00 committed by GitHub
parent f13ed680c2
commit 133e7c3071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/release.yml vendored
View File

@ -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:
- '*'