We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f968be commit fb608c4Copy full SHA for fb608c4
.github/workflows/spelling.yaml
@@ -17,11 +17,11 @@ on:
17
jobs:
18
spelling:
19
name: Check Spelling
20
- permissions:
21
- contents: read
22
- pull-requests: read
23
- actions: read
24
- security-events: write
+ # permissions:
+ # contents: read
+ # pull-requests: read
+ # actions: read
+ # security-events: write
25
outputs:
26
followup: ${{ steps.spelling.outputs.followup }}
27
runs-on: ubuntu-latest
@@ -52,9 +52,9 @@ jobs:
52
name: Report (PR)
53
54
needs: spelling
55
56
57
- pull-requests: write
+ # pull-requests: write
58
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
59
steps:
60
- name: comment
0 commit comments