From 184bd60d3fa572b209ffa5fbff562c634b4221e5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 6 Oct 2019 19:27:47 +0300 Subject: [PATCH] Update auto-approve.yml --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 44c3c8354..931470c32 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -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 }}"