From f482d6b6c8cfd876ed3e26c58fc3e31866cad85f Mon Sep 17 00:00:00 2001 From: Bailey Stoner Date: Sat, 14 Mar 2026 15:53:33 -0700 Subject: [PATCH] fix: add workflow permissions for thread resolution GITHUB_TOKEN needs explicit pull-requests: write to resolve review threads via GraphQL. --- .github/workflows/review.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 85f6046..93fa641 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -6,6 +6,10 @@ on: pull_request_review_comment: types: [created] +permissions: + pull-requests: write + contents: read + jobs: review: runs-on: macos-latest