From 64318e399e599b9efb4367a1e524c2fb08a8e30c Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Tue, 16 Jul 2024 21:42:08 +0200 Subject: [PATCH] ci(pull requests): do not check for conventional commits for dependabot --- .github/workflows/pr-check.yaml | 1 + 1 file changed, 1 insertion(+) 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