From 07fb7317fe4aeb59756b9f9c129ad5166e94dfba Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:49:27 +0100 Subject: [PATCH] Delete proofread-action.yaml (#760) Resulting in a lot of false positives (to revisit later) --- .github/workflows/proofread-action.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/proofread-action.yaml diff --git a/.github/workflows/proofread-action.yaml b/.github/workflows/proofread-action.yaml deleted file mode 100644 index f8d463fa..00000000 --- a/.github/workflows/proofread-action.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Proofread PRs -on: [pull_request] - -jobs: - test: - permissions: write-all # Required since GitHub now gives actions read-only permissions by default - runs-on: ubuntu-latest - name: Proofread PRs - steps: - - name: Proofread PR - uses: awreck/proofread-action@v1 - id: proofread - with: - token: ${{ secrets.GITHUB_TOKEN }} # Required to write a PR review