Skip to content

Automerge and Approve #81

Automerge and Approve

Automerge and Approve #81

Workflow file for this run

name: Automerge and Approve
on:
workflow_run:
workflows: ["Placeholder"] # Name of the main CI workflow
types:
- completed
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
UPDATE_RETRIES: 24
UPDATE_RETRY_SLEEP: 60000
MERGE_METHOD: "squash"