Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-course authored Apr 28, 2020
1 parent cd50a32 commit 6a610c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: automerge
on:
pull_request:
branches: [ master ]
types:
- synchronize
- opened
jobs:
mergepal-merge: # run merge pal in the end
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: maxkomarychev/merge-pal-action@v0.5.1
with:
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 6a610c6

Please sign in to comment.