From 0fc826f2b88db74097e0842c97bac272597be4dc Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Tue, 30 Apr 2024 08:51:21 +0200 Subject: [PATCH] Auto-merge pre-commit ci PRs to upgrade hooks --- .github/workflows/ci_automerge_dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 164fb30..85d5b1e 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -8,6 +8,6 @@ jobs: update-dependabot-branch: name: External uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.4 - if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'ci/update-pyproject' && github.actor == 'TEAM4-0' ) ) + if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'ci/update-pyproject' && github.actor == 'TEAM4-0' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }}