From ad5aa33864181486386952c8a8d66683a78d335a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 11 Oct 2020 12:04:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20pr-approvals=20GitHub?= =?UTF-8?q?=20Action=20as=20it's=20not=20compatible=20with=20forks.=20Use?= =?UTF-8?q?=20the=20new=20one=20(#2162)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as it is not compatible with forks --- .github/workflows/pr-approvals.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/pr-approvals.yml diff --git a/.github/workflows/pr-approvals.yml b/.github/workflows/pr-approvals.yml deleted file mode 100644 index dbc160c7d..000000000 --- a/.github/workflows/pr-approvals.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Label approved pull requests -on: pull_request_review -jobs: - labelWhenApproved: - name: Label when approved - runs-on: ubuntu-latest - steps: - - name: Label when approved - uses: pullreminders/label-when-approved-action@v1.0.7 - env: - APPROVALS: "2" - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ADD_LABEL: "approved-2" - REMOVE_LABEL: "awaiting%20review"