From b15502e78fbcae47a8bfcb450c491022b230b068 Mon Sep 17 00:00:00 2001 From: yanas Date: Wed, 11 Mar 2026 17:02:37 -0500 Subject: [PATCH] fix: add id-token write permission to pr-classify workflow claude-code-action@beta requires id-token: write to fetch a GitHub OIDC token. Without it the classifier step fails and PR classification cannot run. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/pr-classify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-classify.yml b/.github/workflows/pr-classify.yml index 9f35989..056709f 100644 --- a/.github/workflows/pr-classify.yml +++ b/.github/workflows/pr-classify.yml @@ -7,6 +7,7 @@ on: permissions: contents: read pull-requests: write + id-token: write jobs: classify: