Revise unattended work instructions in copilot-instructions.md#15532
Merged
Evangelink merged 2 commits intoMar 20, 2026
Conversation
- Don't require Release builds locally (only as troubleshooting step) - Use --force-with-lease instead of plain force-push - Check remote URLs to identify fork vs upstream - Check PR status within 15-20 min (Windows finishes first) - Reason about automated review comments - Don't create draft PRs (undrafting forces re-build) - Mark green PRs as ready to merge Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the unattended workflow guidance for autonomous work to reduce unnecessary local friction and improve PR hygiene/safety based on feedback from #15531.
Changes:
- Loosens local build requirements (Debug OK) and adds Release build as a targeted troubleshooting step.
- Improves PR workflow guidance (identify fork vs upstream, avoid draft PRs, check status earlier, mark ready-to-merge).
- Recommends safer force-push behavior with
--force-with-leaseand calls out automated review comments as potentially incorrect.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
drognanar
approved these changes
Mar 20, 2026
Evangelink
approved these changes
Mar 20, 2026
This was referenced Mar 25, 2026
This was referenced May 26, 2026
Merged
Closed
Merged
This was referenced May 28, 2026
Open
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.
Revised unattended work instructions based on review feedback on #15531:
--force-with-leaseinstead of plain force-pushgit remote -vto identify fork vs upstreamClarifies #15531