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:17:14 -07:00 committed by GitHub
parent ab0e2d2c96
commit 9f8338124f
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:
- '*'