Skip to content

Commit a67a88b

Browse files
authored
docs: Fix permissions for sticky-pull-request-comment example (#235 by @sheerlox)
1 parent 3bb5af3 commit a67a88b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-pr-title-preview-outputErrorMessage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- synchronize
88

99
permissions:
10-
pull-requests: read
10+
pull-requests: write
1111

1212
jobs:
1313
main:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ on:
183183
- synchronize
184184
185185
permissions:
186-
pull-requests: read
186+
pull-requests: write
187187
188188
jobs:
189189
main:

0 commit comments

Comments
 (0)