Create auto-approve.yml

This commit is contained in:
freearhey 2019-10-06 19:13:42 +03:00
parent 1dd64efdb4
commit 142e82b5d0
1 changed files with 13 additions and 0 deletions

13
.github/workflows/auto-approve.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: auto-approve
on:
pull_request:
branches:
- create-pull-request/patch-*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"