Skip to content

feat: automerge secretariat bot prs #21970

feat: automerge secretariat bot prs

feat: automerge secretariat bot prs #21970

Workflow file for this run

name: automerge # https://github.com/pascalgn/automerge-action
on:
pull_request:
check_suite:
types:
- completed
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'secretariat-bot' }}
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: "squash"
MERGE_FORKS: "false"
MERGE_FILTER_AUTHOR: "secretariat-bot"