Skip to content

Dependabot/GitHub actions/ci/dependabot updates/codecov/codecov action 5 #141

Dependabot/GitHub actions/ci/dependabot updates/codecov/codecov action 5

Dependabot/GitHub actions/ci/dependabot updates/codecov/codecov action 5 #141

name: CI - Activate auto-merging for bot PRs
on:
pull_request_target:
branches: [main]
jobs:
update-dependencies-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected]
if: github.repository_owner == 'CasperWA' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) )
with:
git_username: CasperWA
git_email: "[email protected]"
secrets:
PAT: ${{ secrets.RELEASE_PAT }}