compose-lobsters/.github/workflows/automerge.yml
Harsh Shandilya 978d373893
github: update automerge action
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-10-18 22:22:38 +05:30

29 lines
589 B
YAML

name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: pascalgn/automerge-action@88480459fd3771b8f4c7e68bb9b677b5e1e48f36
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 60000