Skip to content

Commit

Permalink
πŸ”„ Synced file(s) with devnw/shared (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby authored Oct 21, 2021
1 parent 14d22bd commit 9271929
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
check_suite:
types:
- completed
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@v0.14.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: squash

0 comments on commit 9271929

Please sign in to comment.