From d9ff53396fb2447e20af53aa47aef882b9be3382 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 6 Oct 2019 19:22:41 +0300 Subject: [PATCH] Update auto-approve.yml --- .github/workflows/auto-approve.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index b4bcf0a03..44c3c8354 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -1,13 +1,11 @@ name: auto-approve -on: - pull_request: - branches: - - create-pull-request/patch-* +on: pull_request jobs: build: runs-on: ubuntu-latest steps: - uses: hmarr/auto-approve-action@v2.0.0 + if: github.actor == 'create-pull-request/patch-64ab693' with: - github-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + github-token: "${{ secrets.GITHUB_TOKEN }}"