From 7218fe3b1625734ccfb0ea80c01fe3b9ba2646a3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 8 Oct 2019 05:40:43 +0300 Subject: [PATCH] Delete auto-approve.yml --- .github/workflows/auto-approve.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/auto-approve.yml diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml deleted file mode 100644 index f7b8c87e5..000000000 --- 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 }}"