Document Copilot Review Timeout Recovery - #878
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Copilot review-runbook documentation to describe what to do after wait times out with status=PENDING while requested=yes, emphasizing continued bounded waiting by default and reserving “replace the review request” recovery for maintainer-directed retries.
Changes:
- Extend the
pr_review.pydocumentation to cover timeout recovery whenrequested=yes. - Update the
pr-review-conductskill text across its distributed copies to include the same recovery guidance. - Refresh the fleet-skills source digest to match the updated skill content.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/README.md | Adds timeout recovery guidance for wait when requested=yes. |
| .github/skills/pr-review-conduct/SKILL.md | Documents the bounded-wait recovery behavior in the PR review conduct runbook. |
| .github/copilot-instructions.md | Updates Copilot-specific review guidance to continue waiting by default after PENDING requested=yes. |
| .claude-plugin/fleet-skills/skills/pr-review-conduct/SKILL.md | Propagates the same runbook wording into the plugin-distributed skill copy. |
| .claude-plugin/fleet-skills/.source-digest | Updates the digest corresponding to the skill content change. |
| .agents/skills/pr-review-conduct/SKILL.md | Propagates the same runbook wording into the agent-distributed skill copy. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
PENDING requested=yes.Verification
Addresses the finding on promotion PR #877.