diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index cfa4160..b3a651b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -40,6 +40,7 @@ jobs: if: steps.changelog-changes.outputs.has-changes == 'true' with: commit_message: "chore(changelog): update CHANGELOG.md" + commit_options: '--no-verify' file_pattern: CHANGELOG.md commit_user_name: github-actions[bot] commit_user_email: github-actions[bot]@users.noreply.github.com