From 7e3c6d907ca5897d3d8a4a0cc8991288f2f1b988 Mon Sep 17 00:00:00 2001 From: jupblb Date: Mon, 13 Apr 2026 10:55:05 +0200 Subject: [PATCH] proto-review: add required permissions The action needs statuses:write to post commit statuses (even when the requirement doesn't apply) and pull-requests:write to read PR file lists and request reviewers. --- .github/workflows/proto-review.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/proto-review.yaml b/.github/workflows/proto-review.yaml index 793e0c68..4e4ee0fb 100644 --- a/.github/workflows/proto-review.yaml +++ b/.github/workflows/proto-review.yaml @@ -5,6 +5,10 @@ on: paths: [scip.proto] pull_request_review: +permissions: + pull-requests: write + statuses: write + jobs: proto-review: runs-on: ubuntu-latest