From 5c5667480b62a6a3589555fe40ce732c5ce07dac Mon Sep 17 00:00:00 2001 From: Everett Pompeii Date: Wed, 17 Jun 2026 03:03:19 +0000 Subject: [PATCH] Add checks: write permission to PR benchmark workflows The GitHub Actions how-to docs now recommend both checks: write and pull-requests: write for the PR workflows. Add checks: write to pr_benchmarks.yml and fork_pr_benchmarks_track.yml to match. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/fork_pr_benchmarks_track.yml | 1 + .github/workflows/pr_benchmarks.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/fork_pr_benchmarks_track.yml b/.github/workflows/fork_pr_benchmarks_track.yml index 6f4c974..1babf2f 100644 --- a/.github/workflows/fork_pr_benchmarks_track.yml +++ b/.github/workflows/fork_pr_benchmarks_track.yml @@ -9,6 +9,7 @@ jobs: track_fork_pr_branch: if: github.event.workflow_run.conclusion == 'success' permissions: + checks: write pull-requests: write runs-on: ubuntu-latest env: diff --git a/.github/workflows/pr_benchmarks.yml b/.github/workflows/pr_benchmarks.yml index a259561..354c758 100644 --- a/.github/workflows/pr_benchmarks.yml +++ b/.github/workflows/pr_benchmarks.yml @@ -8,6 +8,7 @@ jobs: # DO NOT REMOVE: For handling Fork PRs see Pull Requests from Forks if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository permissions: + checks: write pull-requests: write runs-on: ubuntu-latest steps: