Skip to content

auto merges

auto merges #5573

Workflow file for this run

name: auto merges
on:
schedule:
- cron: "20/5 23 * * *"
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_RETRIES: "3"
MERGE_RETRY_SLEEP: "5000"