Skip to content

Commit

Permalink
Stop asking for CHANGELOG changes per git push (#5229)
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 14, 2021
1 parent 37943eb commit 9c6ab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Expand Up @@ -24,4 +24,4 @@ jobs:
if: contains(steps.changedfiles.outputs.files_updated, 'CHANGELOG') != true && contains(steps.changedfiles.outputs.files_created, 'CHANGELOG') != true
with:
msg: "I see that you haven't updated any CHANGELOG files. Would it make sense to do so?"
check_for_duplicate_msg: false
check_for_duplicate_msg: true

0 comments on commit 9c6ab47

Please sign in to comment.