From 0d633896ae2b6e574c6fadf361700b161078d0ee Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 18 Sep 2024 20:58:32 +1000 Subject: [PATCH] Add performance improvements section to release notes --- .github/release.yml | 3 +++ .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index 8560f89ede7..e32d8103b05 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -21,6 +21,9 @@ changelog: - title: I18n 🌎 labels: - i18n + - title: Performance Improvements 📊 + labels: + - performance - title: Other Changes labels: - "*" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c57a6391f6..362bb97117a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: with: mode: exactly count: 1 - labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n" + labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n, performance" upload-coverage: # List all jobs that produce coverage files needs: [unit-tests, integration-tests]