Skip to content

Bump chuhlomin/render-template from 1.7 to 1.8 #55

Bump chuhlomin/render-template from 1.7 to 1.8

Bump chuhlomin/render-template from 1.7 to 1.8 #55

name: CI - Activate auto-merging for dependency PRs
on:
pull_request_target:
branches: [ci/dependency-updates]
jobs:
update-dependencies-branch:
name: Call reusable workflow
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' ) )
uses: ./.github/workflows/ci_automerge_prs.yml
secrets:
PAT: ${{ secrets.RELEASE_PAT }}