From 03ab45b3f433202fb0b11e8ac158f8c1c022c1b2 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Thu, 5 Dec 2024 10:48:49 -0500 Subject: [PATCH] ci: fix pr lint workflow permission issue Signed-off-by: Michael Beemer --- .github/workflows/lint-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr.yaml b/.github/workflows/lint-pr.yaml index d82ac41..a682809 100644 --- a/.github/workflows/lint-pr.yaml +++ b/.github/workflows/lint-pr.yaml @@ -13,7 +13,7 @@ permissions: jobs: main: permissions: - pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs + pull-requests: write # for sticky-pull-request-comment to common on a PR statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR name: Validate PR title runs-on: ubuntu-latest