]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔥 Remove pr-approvals GitHub Action as it's not compatible with forks. Use the new...
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 11 Oct 2020 10:04:04 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 10:04:04 +0000 (12:04 +0200)
as it is not compatible with forks

.github/workflows/pr-approvals.yml [deleted file]

diff --git a/.github/workflows/pr-approvals.yml b/.github/workflows/pr-approvals.yml
deleted file mode 100644 (file)
index dbc160c..0000000
+++ /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"