Skip to content

Bump SINTEF/ci-cd from 2.8.1 to 2.8.2 #235

Bump SINTEF/ci-cd from 2.8.1 to 2.8.2

Bump SINTEF/ci-cd from 2.8.1 to 2.8.2 #235

name: CI - Activate auto-merging for Dependabot PRs
on:
pull_request_target:
branches: [ci/dependabot-updates]
jobs:
update-dependabot-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.2
if: github.repository_owner == 'emmo-repo' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]'
secrets:
PAT: ${{ secrets.RELEASE_PAT }}