1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-15 11:56:37 +02:00

Update release notes config and add CI check (#2797)

This commit is contained in:
Jesse Duffield 2023-07-20 17:19:49 +10:00 committed by GitHub
commit 94845dcf98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 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,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"