From 6af5bf4e0a4398793566cbca7977d929000a39f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Storl=C3=B8kken=20Melseth?= Date: Mon, 2 Dec 2024 12:16:48 +0100 Subject: [PATCH] chore: skip lint title and commits for dependabot --- .github/workflows/dhis2-verify-commits.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dhis2-verify-commits.yml b/.github/workflows/dhis2-verify-commits.yml index ae7831b56a..342750cb36 100644 --- a/.github/workflows/dhis2-verify-commits.yml +++ b/.github/workflows/dhis2-verify-commits.yml @@ -6,6 +6,7 @@ on: jobs: lint-pr-title: + if: github.event.pull_request.user.login != dependabot[bot] && github.event.pull_request.user.login != dhis2-bot runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -18,6 +19,7 @@ jobs: configuration-path: ${{ steps.commitlint.outputs.config_path }} lint-commits: + if: github.event.pull_request.user.login != dependabot[bot] && github.event.pull_request.user.login != dhis2-bot runs-on: ubuntu-latest steps: - uses: actions/checkout@v2