diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 0556681..6824f95 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -11,6 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: wagoid/commitlint-github-action@v6 + if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false) build: name: Pull request check