From a655ff099babbf3d9df7446a6dec46f6787499fb Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Thu, 11 Jan 2024 14:06:27 +0000 Subject: [PATCH 1/2] Removes default selection for User facing changes --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2a2f3fb88b..0d46875442 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Changelog Category (reviewers may add a label for the release notes): -- [x] User facing changes +- [ ] User facing changes - [ ] API changes (V0, V1, DFC or Webhook) - [ ] Technical changes only - [ ] Feature toggled From afb334c4491ca4eee79aff86d92c9a7770089497 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 12 Jan 2024 09:09:58 +1100 Subject: [PATCH 2/2] Add explicit label for user-facing changes --- .github/release.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index ce24912dc0..5f9b85166d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,8 +1,9 @@ changelog: # Categorise according to what an instance manager needs to know categories: - # Posted in advance for #instance-managers - - title: "User-facing changes 👀" + # Add the right label if anything appears in here. + # Then re-generate the release notes. + - title: "❓❓❓ Uncategorised ❓❓❓" labels: - '*' exclude: @@ -11,6 +12,12 @@ changelog: - dependencies - feature toggled - technical changes only + - user facing changes + + # Posted in advance for #instance-managers + - title: "User-facing changes 👀" + labels: + - user facing changes - title: "API changes ⚠️" labels: