Skip to content

Commit 1cbf57c

Browse files
authored
Create automerge.yml
1 parent 0943c35 commit 1cbf57c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: automerge
2+
3+
on:
4+
pull_request:
5+
types: [ opened, synchronize, reopened ]
6+
check_suite:
7+
types: [ completed ]
8+
9+
jobs:
10+
automerge:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: automerge
14+
uses: pascalgn/[email protected]
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
MERGE_METHOD: squash

0 commit comments

Comments
 (0)