Skip to content

[Auto-generated] Check & update dependencies (pyproject.toml) #93

[Auto-generated] Check & update dependencies (pyproject.toml)

[Auto-generated] Check & update dependencies (pyproject.toml) #93

name: CI - Activate auto-merging for dependencies PRs
on:
pull_request_target:
branches: [ci/dependency-updates]
jobs:
update-dependencies-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected]
if: github.repository_owner == 'SINTEF' && ( ( 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.TEAM40_PAT }}