Skip to content

Renovate Auto-merge

Renovate Auto-merge #1

name: Renovate Auto-merge
on:
workflow_run:
workflows: ["Build Bluefin dakota"]
types: [completed]
permissions:
contents: write
pull-requests: write
jobs:
automerge:
if: github.event.workflow_run.conclusion == 'success'
uses: projectbluefin/actions/.github/workflows/reusable-renovate-automerge.yml@fcd2a6bac15f2037df2e62572eef7a70fd25759f # v1
with:
head_sha: ${{ github.event.workflow_run.head_sha }}