From b9142fcb8a34eed780737c960c9b36a42f078140 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 30 Nov 2023 20:39:36 +0100 Subject: [PATCH] Move dependency updates to a dedicated section (#4898) * Move dependency updates to a dedicated section * Don't mention 'performance' in the PR template * Fix linting errors --- .github/pull_request-template.md | 15 ++++++++++----- .github/release-drafter.yml | 5 +++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/pull_request-template.md b/.github/pull_request-template.md index aafab279..6ada8a6e 100644 --- a/.github/pull_request-template.md +++ b/.github/pull_request-template.md @@ -1,10 +1,12 @@ - - + + + Fixes # + @@ -17,8 +19,11 @@ Fixes # ## Readiness Checklist ### Author/Contributor -- [ ] If documentation is needed for this change, has that been included in this pull request + +- [ ] I included all the needed documentation for this change. +- [ ] I provided the necessary tests. ### Reviewing Maintainer -- [ ] Label as `breaking` if this is a large fundamental change -- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance` + +- [ ] Label as `breaking` if this is a large, fundamental change. +- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`. diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 3a7483a7..38a6aa91 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -22,9 +22,10 @@ categories: - 'infrastructure' - 'automation' - 'documentation' + - 'performance' + - title: 'Dependency updates' + labels: - 'dependencies' - - title: '🏎 Performance' - label: 'performance' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' version-resolver: major: