Merge pull request #12035 from filipefurtad0/remove_default_selection_pr_template

Removes default selection for User facing changes
This commit is contained in:
David Cook
2024-01-19 09:21:15 +11:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -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

11
.github/release.yml vendored
View File

@@ -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: