From 46d75d0bea47cb24a0489fd73df68aeea33894df Mon Sep 17 00:00:00 2001 From: Derek Misler Date: Tue, 24 Mar 2026 15:40:23 -0400 Subject: [PATCH] Update .github/workflows/pr-review.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Derek Misler --- .github/workflows/pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index a4ff64489..c8888f48b 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -8,7 +8,7 @@ on: types: [ready_for_review, opened] permissions: - contents: read # Required at top-level to give `issue_comment` events access to the secrets below. + contents: read # Required at top level so `GITHUB_TOKEN` for `issue_comment` events can read repository contents. jobs: review: