Skip to content

Commit

Permalink
Use changelog enforcer v3.0 (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Nov 17, 2021
1 parent 1446565 commit aa165a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Expand Up @@ -99,7 +99,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 aa165a1

Please sign in to comment.