From 2b1effc62fa0ec21d6ec73a4fabbf263ac5015f2 Mon Sep 17 00:00:00 2001 From: PastaClaw Date: Sun, 14 Jun 2026 17:19:08 -0500 Subject: [PATCH] ci: allow ready-for-review label mutation --- .github/workflows/ready-for-review.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ready-for-review.yml b/.github/workflows/ready-for-review.yml index ab848dfeb..cc02490e2 100644 --- a/.github/workflows/ready-for-review.yml +++ b/.github/workflows/ready-for-review.yml @@ -73,6 +73,10 @@ jobs: evaluate: runs-on: ubuntu-latest + permissions: + pull-requests: write + checks: read + issues: write # Skip non-CodeRabbit reviews if: >- github.event_name != 'pull_request_review' ||