diff --git a/.github/workflows/Lint-Repository.yml b/.github/workflows/Lint-Repository.yml index e2a5f14e..ea6e0679 100644 --- a/.github/workflows/Lint-Repository.yml +++ b/.github/workflows/Lint-Repository.yml @@ -9,8 +9,9 @@ on: required: true permissions: - contents: read # to checkout the repository - statuses: write # to update the status of the workflow from linter + contents: read # to checkout the repository + statuses: write # to update the status of the workflow from linter + pull-requests: write # to post super-linter summary comments on PRs jobs: Lint-Repository: