ci: Create proofread-action.yaml (#714)
This commit is contained in:
parent
ba70d3227e
commit
3fa93b01b8
14
.github/workflows/proofread-action.yaml
vendored
Normal file
14
.github/workflows/proofread-action.yaml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user