Compare commits

...

1 Commits

Author SHA1 Message Date
Jesse Duffield
a4465fec48 Update release notes config and add CI check 2023-07-20 17:10:47 +10:00
2 changed files with 13 additions and 2 deletions

4
.github/release.yml vendored
View File

@@ -8,10 +8,10 @@ changelog:
- feature
- title: Enhancements 🔥
labels:
- improvement
- enhancement
- title: Fixes 🔧
labels:
- bugfix
- bug
- title: Maintenance ⚙️
labels:
- maintenance

View File

@@ -204,3 +204,14 @@ jobs:
- name: errors
run: golangci-lint run
if: ${{ failure() }}
label:
runs-on: ubuntu-latest
# permissions:
# issues: write
# pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "ignore-for-release, feature, enhancement, maintenance, docs, i18n"