Bump changelog enforcer to v1.6.1 (#2296)

We now also ignore dependabot labels in the changelog enforcer
This commit is contained in:
pajlada 2020-12-19 11:32:45 +01:00 committed by GitHub
parent f02e6acc27
commit 69915f22f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'