Skip to content

Commit

Permalink
Use changelog enforcer v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Nov 7, 2021
1 parent dcd311e commit 98d7467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Expand Up @@ -98,7 +98,8 @@ jobs:
# https://github.com/marketplace/actions/changelog-enforcer
- name: Enforce a changelog entry
if: matrix.isMainBuildEnv && github.event_name == 'pull_request_target'
uses: dangoslen/changelog-enforcer@v2
# use v3 due to https://github.com/dangoslen/changelog-enforcer/issues/142
uses: dangoslen/changelog-enforcer@releases/v3.0
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'Skip-Changelog,skip-changelog'

0 comments on commit 98d7467

Please sign in to comment.