From d412619b1098ceede0c022ee9a26292a2deec768 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Mon, 15 Apr 2024 14:15:49 +0200 Subject: [PATCH] Change PR template, release drafter config - Change PR template - Change release drafter autolabeler config - Bump golangci-lint in workflow to 1.57.2 --- .github/pull_request_template.md | 23 +++++------------------ .github/release-drafter.yml | 6 ++++++ .github/workflows/lint.yml | 2 +- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1fe33e50..621fdddb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,20 +1,7 @@ -**What this PR does / why we need it**: +# Proposed Changes -**Which issue(s) this PR fixes**: -Fixes # - -**Special notes for your reviewer**: - -**Release note**: - -```feature user - -``` +Fixes # diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0a8ae7e3..c18d0e25 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -44,6 +44,12 @@ autolabeler: - label: 'enhancement' branch: - '/feature\/.+/' +- label: 'enhancement' + branch: + - '/enh\/.+/' +- label: 'chore' + branch: + - '/chore\/.+/' template: | ## Changes $CHANGES diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 271ccc1a..3451299e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,4 +17,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: - version: v1.55.2 \ No newline at end of file + version: v1.57.2