Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/bot-validate-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
permissions:
contents: read
issues: write
id-token: write
Copy link

Copilot AI Dec 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same id-token: write permission should also be added to .github/workflows/gen-library-impl.yml which uses the same anthropics/claude-code-action@v1 action (line 124) but is missing this permission. The util-claude.yml workflow already has this permission set correctly.

Copilot uses AI. Check for mistakes.

steps:
- name: Check conditions
Expand Down
Loading