Skip to content

Commit b5c7d72

Browse files
Add pull-requests: write permission to Lint-Repository workflow
1 parent 4343d76 commit b5c7d72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Lint-Repository.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
required: true
1010

1111
permissions:
12-
contents: read # to checkout the repository
13-
statuses: write # to update the status of the workflow from linter
12+
contents: read # to checkout the repository
13+
statuses: write # to update the status of the workflow from linter
14+
pull-requests: write # to post super-linter summary comments on PRs
1415

1516
jobs:
1617
Lint-Repository:

0 commit comments

Comments
 (0)