From f5b607e17c8c5e7071e5785029482607b9b6d67f Mon Sep 17 00:00:00 2001 From: Yvonne Devlin Date: Fri, 19 Jun 2026 13:02:07 +0000 Subject: [PATCH] fix(ci): add missing pull-requests: read permission for reusable CI The megalinter job in the reusable_ci.yml workflow requires pull-requests: read to validate PR titles via gh pr view. Without this permission, the caller defaults to pull-requests: none and CI fails with startup_failure. Closes #58 Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Yvonne Devlin --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6065a59..d3a3d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: permissions: contents: read issues: read + pull-requests: read call_reusable_security: name: Security Scan