Delete proofread-action.yaml (#760)
Resulting in a lot of false positives (to revisit later)
This commit is contained in:
parent
f261967de8
commit
07fb7317fe
14
.github/workflows/proofread-action.yaml
vendored
14
.github/workflows/proofread-action.yaml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user