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
2 changes: 2 additions & 0 deletions .github/workflows/required-zizmor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Required Workflow - Zizmor

on:
pull_request:
merge_queue:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

issue (bug_risk): The merge_queue trigger name appears incorrect; GitHub uses merge_group for merge queue workflows.

Using merge_queue here will stop the workflow from ever running when the merge queue processes items. Please change this event key to merge_group and update any logic that depends on the event payload shape if needed.

workflow_call:

permissions: {}
Expand Down