Add Agent Merge CI guardrails to Copilot instructions - #132296
Open
jkoritzinsky wants to merge 1 commit into
Open
Add Agent Merge CI guardrails to Copilot instructions#132296jkoritzinsky wants to merge 1 commit into
jkoritzinsky wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 67dd2b1a-d0a5-4d5a-a96b-a82f8b6a89c1
|
Azure Pipelines: Successfully started running 1 pipeline(s). 15 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repo-specific guardrails to the Copilot instructions to prevent Agent Merge from masking CI signal through reruns, and to standardize how CI failures are triaged in dotnet/runtime.
Changes:
- Add an “Agent Merge / CI check resolution” section to document forbidden CI rerun actions (no
/azp, no close/reopen reruns unless explicitly requested). - Require using Build Analysis plus the
ci-analysisskill to classify non-knownfailures, fixing PR-caused issues and filing/updatingKnown Build Errorissues for unrelated failures.
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.
Summary
Why
This keeps Agent Merge aligned with the dotnet/runtime workflow and prevents CI rerun churn from masking the original validation signal.
Note
This PR description was generated with GitHub Copilot.