Create automerge.yml

This commit is contained in:
freearhey 2019-11-03 11:36:57 +03:00
parent 3f3ab56355
commit ca6fbeded4
1 changed files with 14 additions and 0 deletions

14
.github/workflows/automerge.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Automerge Pull Requests
on:
pull_request:
types:
- opened
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: pascalgn/automerge-action@f84dd310ea4a19890c70a4ff11ab282a872fb94b
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"