Skip to content

Commit

Permalink
Update release notes config and add CI check (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Jul 20, 2023
2 parents 72de4f4 + 1af6dff commit 94845dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ changelog:
- feature
- title: Enhancements 🔥
labels:
- improvement
- enhancement
- title: Fixes 🔧
labels:
- bugfix
- bug
- title: Maintenance ⚙️
labels:
- maintenance
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,11 @@ jobs:
- name: errors
run: golangci-lint run
if: ${{ failure() }}
check-required-label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "ignore-for-release, feature, enhancement, maintenance, docs, i18n"

0 comments on commit 94845dc

Please sign in to comment.