mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-06-20 01:19:23 +02:00
Update release notes config and add CI check
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
@@ -204,3 +204,14 @@ jobs:
|
|||||||
- name: errors
|
- name: errors
|
||||||
run: golangci-lint run
|
run: golangci-lint run
|
||||||
if: ${{ failure() }}
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user