build: restrict PR workflows to main and release branches - #334835
Merged
Dmitriy Vasyura (dmitrivMS) merged 1 commit intoSep 7, 2026
Merged
Conversation
Run PR-only validation workflows only for changes targeting main or release branches, matching the existing Code OSS workflow behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Dmitriy Vasyura (dmitrivMS)
requested review from
Alexandru Dima (alexdima),
Logan Ramos (lramos15) and
Ladislau Szomoru (lszomoru)
as code owners
September 6, 2026 22:43
Dmitriy Vasyura (dmitrivMS)
enabled auto-merge (squash)
September 6, 2026 22:44
Copilot started reviewing on behalf of
Dmitriy Vasyura (dmitrivMS)
September 6, 2026 22:45
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
All reviewed workflow changes are focused and have no unresolved issues.
Review tier: Balanced
Findings: None
What changed in this PR
Restricts selected GitHub Actions workflows to pull requests targeting main or release/*.
Changes:
- Adds explicit base-branch filters to three workflows.
- Preserves existing manual, push, and path-filter behavior.
| File | Description |
|---|---|
.github/workflows/telemetry.yml |
Filters telemetry checks by PR base branch. |
.github/workflows/copilot-setup-steps.yml |
Adds branch filtering while preserving existing triggers. |
.github/workflows/chat-lib-package.yml |
Filters chat-lib tests while retaining manual dispatch. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Ladislau Szomoru (lszomoru)
approved these changes
Sep 7, 2026
Dmitriy Vasyura (dmitrivMS)
deleted the
agents/workflow-consistency-non-main-branches
branch
September 7, 2026 07:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mainorrelease/*