browsertrix/.github/workflows/proofread-action.yaml
2023-03-20 21:08:56 -07:00

15 lines
399 B
YAML

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