ci: Create proofread-action.yaml (#714)

This commit is contained in:
Sara Tavares 2023-03-21 04:08:56 +00:00 committed by GitHub
parent ba70d3227e
commit 3fa93b01b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/proofread-action.yaml vendored Normal file
View File

@ -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