mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Bump changelog enforcer to v1.6.1 (#2296)
We now also ignore dependabot labels in the changelog enforcer
This commit is contained in:
parent
f02e6acc27
commit
69915f22f5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/changelog-check.yml
vendored
4
.github/workflows/changelog-check.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
# Gives an error if there's no change in the changelog (except using label)
|
||||
- name: Changelog check
|
||||
uses: dangoslen/changelog-enforcer@v1.5.1
|
||||
uses: dangoslen/changelog-enforcer@v1.6.1
|
||||
with:
|
||||
changeLogPath: 'CHANGELOG.md'
|
||||
skipLabel: 'no changelog entry needed'
|
||||
skipLabels: 'no changelog entry needed, ci, submodules'
|
||||
|
|
Loading…
Reference in a new issue