Java: standalone to monorepo: Bring to parity for Copilot CLI upgrade process#1575
Closed
edburns wants to merge 1 commit into
Closed
Java: standalone to monorepo: Bring to parity for Copilot CLI upgrade process#1575edburns wants to merge 1 commit into
edburns wants to merge 1 commit into
Conversation
Copy from Phase -4 branch Define Phase 06-01 WIP Phase 06-01 Phase 06-01 About to ask for creation of yolo ready plan Ready to execute Phase 04 plan Ensure never to push to upstream/main Add Java to update-copilot-dependency workflow and create agentic fix workflow Phase One Lane: Add Java codegen, .lastmerge, POM property update, and compile validation steps to the existing dependency bump workflow. Phase Two Lanes: - Lane 01: Include Java Handwritten Code Adaptation Plan in the PR body. - Lane 02: Create java-adapt-handwritten-code-to-accept-upgrade-changes.md agentic workflow for automated handwritten code fixes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Fix: fetch PR branch before existence check in update workflow The shallow clone from actions/checkout on a feature branch does not include remote refs for other branches. Move git fetch before the rev-parse check so --force-with-lease push succeeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Fix: stash changes before checkout of existing PR branch When the update-copilot-\ branch already exists remotely, git checkout fails because earlier workflow steps left uncommitted changes (package-lock.json, .lastmerge). Stash before checkout and pop after reset to preserve the dependency/codegen work. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Prompt to generate Phase 04 plan Ask plan generation to include remediation for gh aw hang Separate clean and verify due to test harness clean flakiness
c68ab52 to
98b0f13
Compare
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.
No description provided.