Skip to content

[release/v7.5.9] Update CI workflow to also target servicing-* branches#27651

Open
SeeminglyScience wants to merge 1 commit into
PowerShell:release/v7.5.9from
SeeminglyScience:backport/release/v7.5.9/27612-c136a20d4
Open

[release/v7.5.9] Update CI workflow to also target servicing-* branches#27651
SeeminglyScience wants to merge 1 commit into
PowerShell:release/v7.5.9from
SeeminglyScience:backport/release/v7.5.9/27612-c136a20d4

Conversation

@SeeminglyScience

Copy link
Copy Markdown
Contributor

Backport of #27612 to release/v7.5.9

Triggered by @SeeminglyScience on behalf of @anamnavi

Original CL Label: CL-Test

/cc @PowerShell/powershell-maintainers

Impact

REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.

Tooling Impact

  • Required tooling change
  • Optional tooling change (include reasoning)

Updates the CI workflow to also target servicing-* branches in addition to existing branch patterns, ensuring CI runs on servicing branches.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

This is a CI workflow configuration change. Testing is only possible by observing CI triggers on servicing branches. The same change was backported to v7.4.x (#27649). Note: A revert PR (#27617) was opened but closed without merging, so this change is intentionally retained on master.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

Updates CI branch targeting patterns in a YAML workflow file. The change only adds servicing-* branches to the CI trigger list. A revert was opened (#27617) but closed without merging, confirming maintainers intentionally kept the change. The same change was successfully backported to 7.4.x via #27649.

@SeeminglyScience SeeminglyScience requested a review from a team as a code owner July 2, 2026 17:49
@SeeminglyScience SeeminglyScience added the CL-Test Indicates that a PR should be marked as a test change in the Change Log label Jul 2, 2026
Copilot AI review requested due to automatic review settings July 2, 2026 17:49
@SeeminglyScience SeeminglyScience added the CL-Test Indicates that a PR should be marked as a test change in the Change Log label Jul 2, 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.

Pull request overview

Updates the platform CI GitHub Actions workflows so they also run for servicing-* branches, ensuring servicing branch work gets the same CI coverage as master/release/**.

Changes:

  • Add servicing-* to on.push.branches filters across Windows, macOS, and Linux CI workflows.
  • Add servicing-* to on.pull_request.branches filters across the same workflows.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/windows-ci.yml Adds servicing-* to push and PR branch trigger lists for Windows CI.
.github/workflows/macos-ci.yml Adds servicing-* to push and PR branch trigger lists for macOS CI.
.github/workflows/linux-ci.yml Adds servicing-* to push and PR branch trigger lists for Linux CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

3 participants