Added hmarr/auto-approve-action

This commit is contained in:
Aleksandr Statciuk 2019-10-04 18:32:43 +03:00 committed by GitHub
parent f151b8e71a
commit 1c7654d16c
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,3 +31,7 @@ jobs:
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve pull request
uses: hmarr/auto-approve-action@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"