From: Sebastián Ramírez Date: Sun, 11 Oct 2020 10:04:04 +0000 (+0200) Subject: 🔥 Remove pr-approvals GitHub Action as it's not compatible with forks. Use the new... X-Git-Tag: 0.61.2~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad5aa33864181486386952c8a8d66683a78d335a;p=thirdparty%2Ffastapi%2Ffastapi.git 🔥 Remove pr-approvals GitHub Action as it's not compatible with forks. Use the new one (#2162) as it is not compatible with forks --- diff --git a/.github/workflows/pr-approvals.yml b/.github/workflows/pr-approvals.yml deleted file mode 100644 index dbc160c7d3..0000000000 --- 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"