diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml deleted file mode 100644 index f7b8c87e57..0000000000 --- a/.github/workflows/auto-approve.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: auto-approve -on: - push: - branches: master - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: hmarr/auto-approve-action@v2.0.0 - if: github.actor == 'github-actions' || github.actor == 'github-actions[bot]' - with: - github-token: "${{ secrets.GITHUB_TOKEN }}"