Skip to content

Commit 33ab772

Browse files
dopeyclaude
andauthored
Restore pull-requests: write permission in triage workflow (#1649)
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 <noreply@anthropic.com>
1 parent f247663 commit 33ab772

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
permissions:
1414
issues: write
15+
pull-requests: write
1516

1617
jobs:
1718
triage:

0 commit comments

Comments
 (0)