Skip to content

Check if automerge can merge PRs from the core team #20

Check if automerge can merge PRs from the core team

Check if automerge can merge PRs from the core team #20

Workflow file for this run

name: Automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: Automerge
uses: "pascalgn/automerge-action@v0.16.4"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge"
MERGE_REMOVE_LABELS: "automerge"
MERGE_METHOD: "squash"
BASE_BRANCHES: "6.x"
MERGE_RETRIES: "3"
MERGE_RETRY_SLEEP: "5000"