From af972391bf1b3697566667a60ed82bf10b8418f0 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 23 Aug 2021 12:17:36 +0300 Subject: [PATCH] Update cleanup.yml --- .github/workflows/cleanup.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index b1efac83e9..627c37a526 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -71,8 +71,3 @@ jobs: token: ${{ secrets.PAT }} pull-request-number: ${{ steps.pr.outputs.pr_number }} merge-method: squash - - name: Approve Pull Request - uses: juliangruber/approve-pull-request-action@v1 - with: - github-token: ${{ secrets.PAT }} - number: ${{ steps.pr.outputs.pr_number }}