Skip to content

Commit 95837e4

Browse files
authored
ci: add --no-verify flag to commit_options in GitHub Action (#41)
1 parent 43ef2f7 commit 95837e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
if: steps.changelog-changes.outputs.has-changes == 'true'
4141
with:
4242
commit_message: "chore(changelog): update CHANGELOG.md"
43+
commit_options: '--no-verify'
4344
file_pattern: CHANGELOG.md
4445
commit_user_name: github-actions[bot]
4546
commit_user_email: github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)