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.

This introduces a duplicate top-level permissions key (there is already a permissions: contents: read block later in the same workflow). Duplicate YAML keys can make the workflow invalid or lead to only the last block being applied. Keep a single top-level permissions block (preferably just one in the file) and remove the other to avoid ambiguity.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based on this feedback

on:
push:
pull_request:
Expand Down