Skip to content

Commit 6a610c6

Browse files
authored
Create main.yml
1 parent cd50a32 commit 6a610c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: automerge
2+
on:
3+
pull_request:
4+
branches: [ master ]
5+
types:
6+
- synchronize
7+
- opened
8+
jobs:
9+
mergepal-merge: # run merge pal in the end
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v1
13+
- uses: maxkomarychev/[email protected]
14+
with:
15+
token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)