Skip to content

Escape "+"s in on.workflow_run.workflows#3839

Merged
henrymercer merged 1 commit intomainfrom
henrymercer/workflow-run-triggers
Apr 22, 2026
Merged

Escape "+"s in on.workflow_run.workflows#3839
henrymercer merged 1 commit intomainfrom
henrymercer/workflow-run-triggers

Conversation

@henrymercer
Copy link
Copy Markdown
Contributor

Previously these were being treated as globbing directives. We actually just want to match literal "+"s.

Copilot AI review requested due to automatic review settings April 22, 2026 10:19
@henrymercer henrymercer requested a review from a team as a code owner April 22, 2026 10:19
@github-actions github-actions Bot added the size/XS Should be very easy to review label Apr 22, 2026
Copy link
Copy Markdown
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

Updates the Deflake workflow’s workflow_run trigger filters so workflow names containing C/C++ are matched literally (treating + as a literal character rather than a pattern/glob directive).

Changes:

  • Escapes + characters in the on.workflow_run.workflows allowlist for the three PR Check - C/C++: ... workflows.
Show a summary per file
File Description
.github/workflows/deflake.yml Escapes + in workflow names under on.workflow_run.workflows to ensure literal matching for C/C++ workflows.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@henrymercer henrymercer enabled auto-merge April 22, 2026 10:42
@henrymercer henrymercer added this pull request to the merge queue Apr 22, 2026
Merged via the queue into main with commit 4cbe7be Apr 22, 2026
229 checks passed
@henrymercer henrymercer deleted the henrymercer/workflow-run-triggers branch April 22, 2026 11:12
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