diff --git a/.github/workflows/proofread-action.yaml b/.github/workflows/proofread-action.yaml new file mode 100644 index 00000000..f8d463fa --- /dev/null +++ b/.github/workflows/proofread-action.yaml @@ -0,0 +1,14 @@ +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