[Testing] gh-aw review-trigger workflow for DevDiv pipeline#35266
Closed
PureWeen wants to merge 5 commits into
Closed
[Testing] gh-aw review-trigger workflow for DevDiv pipeline#35266PureWeen wants to merge 5 commits into
PureWeen wants to merge 5 commits into
Conversation
- workflow_dispatch trigger with PR number input - OIDC federated credentials (no PAT) via JAN's setup - Polls AzDO pipeline until completion (~60-90 min) - Downloads JSON review artifact - Agent posts inline PR review via safe-outputs - Token safety: all tokens in local vars, ::add-mask::, no GITHUB_OUTPUT Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Fix template parameter to PRNumber (matching ci-copilot.yml) - Add Platform parameter (android/ios/catalyst/windows) - Download CopilotLogs artifact (copilot_review_output.md, Review_Feedback_*.md) - Update agent prompt with actual artifact structure - Include platform in concurrency group Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Phase content files: gate, uitests, pre-flight, code-review, try-fix, report - Located at CustomAgentLogsTmp/PRState/<PR>/PRAgent/*/content.md - Agent posts phase content verbatim via add-comment (no summarization) - Removed submit-pull-request-review (phases don't produce inline data) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Source branch: feature/expert-reviewer-extraction (49/50 recent runs) - Artifact extracts flat (no CopilotLogs/ prefix) - Add inline-findings.json -> submit-pull-request-review - Add winner.json -> recommendation with candidateDiff - Add expert-pr-eval phase - Add try-fix/attempt-N structure (approach.md, fix.diff, analysis.md) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 35266Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 35266" |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Warning
This PR is for testing agent workflow flows only. Do not review or merge — it will be closed after testing.
Description
Testing the
review-triggergh-aw workflow that:maui-copilotAzDO pipeline via OIDCCopilotLogsartifactRelated to #35250 (JAN's original review-trigger implementation).