From 133e7c3071920e8c3355dcada805ca7a09fc522e Mon Sep 17 00:00:00 2001 From: Shefali Joshi Date: Fri, 29 Sep 2023 10:46:08 -0700 Subject: [PATCH] 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 --- .github/release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 853e687d96..729846f356 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -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: + - '*'