Skip to content

Fix conditions in code scanning config checks for merge queue#3517

Merged
mbg merged 1 commit intombg/ci/merge-queue-codeqlfrom
henrymercer/update-merge-queue-checks
Feb 26, 2026
Merged

Fix conditions in code scanning config checks for merge queue#3517
mbg merged 1 commit intombg/ci/merge-queue-codeqlfrom
henrymercer/update-merge-queue-checks

Conversation

@henrymercer
Copy link
Contributor

DIff-informed analysis isn't enabled in the merge queue.

DIff-informed analysis isn't enabled in the merge queue.
Copilot AI review requested due to automatic review settings February 26, 2026 17:30
@henrymercer henrymercer requested a review from a team as a code owner February 26, 2026 17:30
@github-actions github-actions bot added the size/XS Should be very easy to review label Feb 26, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes incorrect conditions in the code scanning config CLI test workflow that were treating merge_group events as if they were pull request events. Since merge_group events don't have pull request context, they cannot trigger diff-informed or overlay analysis features that add query filters like exclude-from-incremental.

Changes:

  • Removed || github.event_name == 'merge_group' from two test step conditions, correctly classifying merge_group events as non-PR events

@henrymercer henrymercer added this pull request to the merge queue Feb 26, 2026
@mbg mbg removed this pull request from the merge queue due to the queue being cleared Feb 26, 2026
@mbg mbg changed the base branch from main to mbg/ci/merge-queue-codeql February 26, 2026 20:07
@mbg mbg merged commit 2af7eb8 into mbg/ci/merge-queue-codeql Feb 26, 2026
249 checks passed
@mbg mbg deleted the henrymercer/update-merge-queue-checks branch February 26, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants