0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/.github/workflows/automerge.yml

31 lines
626 B
YAML
Raw Normal View History

2021-04-08 20:22:39 +02:00
name: Automerge
env:
MERGE_METHOD: 'squash'
MERGE_RETRY_SLEEP: 300000
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
steps:
2021-04-08 20:22:39 +02:00
- name: Automerge
uses: 'pascalgn/automerge-action@v0.13.1'
env:
2021-04-08 20:22:39 +02:00
GITHUB_TOKEN: '${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}'