mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-23 12:18:51 +02:00
Update release notes config and add CI check (#2797)
This commit is contained in:
commit
94845dcf98
4
.github/release.yml
vendored
4
.github/release.yml
vendored
@ -8,10 +8,10 @@ changelog:
|
|||||||
- feature
|
- feature
|
||||||
- title: Enhancements 🔥
|
- title: Enhancements 🔥
|
||||||
labels:
|
labels:
|
||||||
- improvement
|
- enhancement
|
||||||
- title: Fixes 🔧
|
- title: Fixes 🔧
|
||||||
labels:
|
labels:
|
||||||
- bugfix
|
- bug
|
||||||
- title: Maintenance ⚙️
|
- title: Maintenance ⚙️
|
||||||
labels:
|
labels:
|
||||||
- maintenance
|
- maintenance
|
||||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -204,3 +204,11 @@ jobs:
|
|||||||
- name: errors
|
- name: errors
|
||||||
run: golangci-lint run
|
run: golangci-lint run
|
||||||
if: ${{ failure() }}
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user