Skip to content

Update CI workflow to also target servicing-* branches#27612

Open
anamnavi wants to merge 1 commit into
PowerShell:masterfrom
anamnavi:ci-workflow-target-branch
Open

Update CI workflow to also target servicing-* branches#27612
anamnavi wants to merge 1 commit into
PowerShell:masterfrom
anamnavi:ci-workflow-target-branch

Conversation

@anamnavi

Copy link
Copy Markdown
Member

PR Summary

Update CI workflow to also target servicing-* branches

PR Context

PR Checklist

Copilot AI review requested due to automatic review settings June 18, 2026 13:51
@anamnavi anamnavi requested review from a team and jshigetomi as code owners June 18, 2026 13:51
@anamnavi anamnavi added CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log CL-Test Indicates that a PR should be marked as a test change in the Change Log and removed CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log labels Jun 18, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Ready to approve

The change is a straightforward, correct update to workflow branch filters with no behavioral impact beyond enabling CI on the intended additional branch pattern.

Note: this review does not count toward required approvals for merging.

Pull request overview

This PR updates the primary CI workflow triggers so the existing Windows/macOS/Linux CI pipelines also run for branches named with the servicing-* prefix, aligning CI coverage with the branch strategy for servicing work.

Changes:

  • Add servicing-* to on.push.branches so CI runs on direct pushes to servicing branches.
  • Add servicing-* to on.pull_request.branches so CI runs for PRs targeting servicing branches.
File summaries
File Description
.github/workflows/windows-ci.yml Extends push/PR branch filters to include servicing-* for Windows CI runs.
.github/workflows/macos-ci.yml Extends push/PR branch filters to include servicing-* for macOS CI runs.
.github/workflows/linux-ci.yml Extends push/PR branch filters to include servicing-* for Linux CI runs.

Copilot's findings

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

Note

Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.

@TravisEz13 TravisEz13 enabled auto-merge (squash) June 18, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.4.x-Consider Backport-7.5.x-Consider Backport-7.6.x-Consider CL-Test Indicates that a PR should be marked as a test change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants