From b5c7d7242d46c138de374990aa0bb9e35b2db0df Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 5 Apr 2026 00:24:46 +0200 Subject: [PATCH] Add pull-requests: write permission to Lint-Repository workflow --- .github/workflows/Lint-Repository.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: