diff --git a/.github/workflows/commit-message.yml b/.github/workflows/commit-message.yml index 7005242..cf6dff2 100644 --- a/.github/workflows/commit-message.yml +++ b/.github/workflows/commit-message.yml @@ -11,6 +11,7 @@ permissions: jobs: validate-commit-messages: name: Validate commit messages + if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: @@ -48,4 +49,4 @@ jobs: echo "Allowed types:" echo " feat, fix, docs, style, refactor, test, chore, ci, build, perf" exit 1 - fi \ No newline at end of file + fi