Skip to content

Renovate Auto-merge #808

Renovate Auto-merge

Renovate Auto-merge #808

name: Renovate Auto-merge
on:
workflow_run:
workflows: ["Validate"]
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@v1
with:
head_sha: ${{ github.event.workflow_run.head_sha }}
base_branch: testing