Update auto-approve.yml

This commit is contained in:
Aleksandr Statciuk 2019-10-06 19:27:47 +03:00 committed by GitHub
parent d9ff53396f
commit 184bd60d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'create-pull-request/patch-64ab693'
if: github.head_ref == 'create-pull-request/patch'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"