Skip to content

Commit

Permalink
Catchall for bug fix PRs and add performance category (#7096)
Browse files Browse the repository at this point in the history
* Catchall for bug fix PRs and add performance category

* Move Bug fixes to the bottom

* Fix performance label
  • Loading branch information
shefalijoshi authored Sep 29, 2023
1 parent ab0e2d2 commit 9f83381
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
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 9f83381

Please sign in to comment.