Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Verify

permissions:
contents: read

Comment on lines +3 to +5
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

There are now two root-level permissions: blocks in this workflow (one at the top and another later in the file). YAML allows duplicate keys but the last one wins, which is confusing and can mask future edits. Please keep a single root-level permissions: block (remove one of them) and leave the job-level permissions: {} override on gate if the intent is to drop token permissions for that job.

Copilot uses AI. Check for mistakes.
on:
push:
pull_request:
Expand Down