Skip to content

Commit

Permalink
Use changelog-enforcer v3 (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored Jan 10, 2022
1 parent 1d83de0 commit 8a9aad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ 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
uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'Skip-Changelog,skip-changelog'

0 comments on commit 8a9aad2

Please sign in to comment.