diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index b4bcf0a03b..44c3c83547 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 }}"