Skip to content

PR: Try to fix automerge action (CI) #11

PR: Try to fix automerge action (CI)

PR: Try to fix automerge action (CI) #11

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: "12"
MERGE_RETRY_SLEEP: "300000"
MERGE_ERROR_FAIL: "true"