Add non-blocking GHA workflow to warn when ADO pipeline YAML file changes - #123
Merged
Saurabh Ravindra Badenkal (saurabhrb) merged 6 commits intoFeb 26, 2026
Conversation
Copilot started work on behalf of
Saurabh Ravindra Badenkal (saurabhrb)
February 25, 2026 23:02
View session
… YAML changes Co-authored-by: saurabhrb <32964911+saurabhrb@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add workflow to warn on Azure DevOps PR validation YAML changes
Add non-blocking GHA workflow to warn when ADO PR pipeline YAML changes
Feb 25, 2026
Copilot started work on behalf of
Saurabh Ravindra Badenkal (saurabhrb)
February 25, 2026 23:07
View session
…DO pipeline YAML Co-authored-by: saurabhrb <32964911+saurabhrb@users.noreply.github.com>
Saurabh Ravindra Badenkal (saurabhrb)
marked this pull request as ready for review
February 25, 2026 23:19
Saurabh Ravindra Badenkal (saurabhrb)
requested a review
from a team
as a code owner
February 25, 2026 23:19
Saurabh Ravindra Badenkal (saurabhrb)
approved these changes
Feb 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a non-blocking GitHub Actions workflow that triggers on PRs modifying the Azure DevOps PR validation pipeline YAML, emitting a warning in logs and in the workflow summary to remind maintainers about required post-merge ADO approval steps.
Changes:
- Added a new
pull_requestworkflow scoped to.azdo/ci-pr.yamlchanges - Emits a
::warningand writes a detailed message to$GITHUB_STEP_SUMMARY
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot started work on behalf of
Saurabh Ravindra Badenkal (saurabhrb)
February 25, 2026 23:24
View session
Co-authored-by: saurabhrb <32964911+saurabhrb@users.noreply.github.com>
Copilot started work on behalf of
Saurabh Ravindra Badenkal (saurabhrb)
February 25, 2026 23:40
View session
Copilot started reviewing on behalf of
Saurabh Ravindra Badenkal (saurabhrb)
February 25, 2026 23:43
View session
Co-authored-by: saurabhrb <32964911+saurabhrb@users.noreply.github.com>
Copilot
AI
changed the title
Add non-blocking GHA workflow to warn when ADO PR pipeline YAML changes
Add non-blocking GHA workflow to warn when ADO pipeline YAML file changes
Feb 25, 2026
Saurabh Ravindra Badenkal (saurabhrb)
approved these changes
Feb 26, 2026
tpellissier-msft
approved these changes
Feb 26, 2026
Saurabh Ravindra Badenkal (saurabhrb)
approved these changes
Feb 26, 2026
Saurabh Ravindra Badenkal (saurabhrb)
marked this pull request as draft
February 26, 2026 16:51
Saurabh Ravindra Badenkal (saurabhrb)
marked this pull request as ready for review
February 26, 2026 16:51
Saurabh Ravindra Badenkal (saurabhrb)
deleted the
copilot/add-ado-pipeline-yaml-pr-warning
branch
February 26, 2026 17:01
Contributor
|
sample preview from PR #125 |
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.

PRs that modify
.azdo/ci-pr.yamlcan cause Azure DevOps to disable or require approval for theDV-Python-SDK-PullRequest(definitionId=29922) pipeline after merge, requiring a manual re-enable step that's easy to forget.Changes
.github/workflows/ado-pipeline-yaml-pr-warning.yml— new workflow namedWarn when ADO pipeline YAML file changesthat:.azdo/ci-pr.yaml::warningannotation in the Actions log referencing the file and ADO pipeline URL$GITHUB_STEP_SUMMARYfor visibility in the GitHub UI.azdo/ci-pr.yamlso reviewers must explicitly acknowledge and resolve the warning before mergingcontents: readandpull-requests: writepermissionsOriginal prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.