From 9b351f84e74520fe72603d8b73079cfce57fa2cf Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 9 Jun 2026 19:07:12 -0700 Subject: [PATCH] Restore pull-requests: write permission in triage workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 527b8bd removed this permission, but the reusable smallstep/workflows triage.yml still requires it for the label-pr job — causing a startup_failure on every PR open event. Change-Type: ci Release-Note: no Audience: internal Impact: none Breaking: false Co-Authored-By: Claude --- .github/workflows/triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 7a0e63253..9f73ee336 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -12,6 +12,7 @@ on: permissions: issues: write + pull-requests: write jobs: triage: