-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: add PR check monitoring to issue-fixer workflow #5077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add step 11 'Monitor PR Checks' to issue-fixer workflow - Run 'gh pr checks --watch' after PR creation - Monitor CI/CD checks in real-time - Provide options to fix failing checks - Ensure PRs meet quality standards before review
|
✅ No security or compliance issues detected. Reviewed everything up to ef781b9. Security Overview
Detected Code Changes
Reply to this PR with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds an interactive “Monitor PR Checks” step (step 11) to the issue-fixer workflow to stream and handle CI/CD check results immediately after PR creation.
- Introduces
gh pr checks --watchto display live check statuses. - Prompts users to review failures and optionally apply automated fixes.
- Ensures PRs meet quality gates before review.
Comments suppressed due to low confidence (1)
.roo/rules-issue-fixer/1_Workflow.xml:500
- Specify the minimum required version of GitHub CLI needed for
gh pr checks --watch(e.g., GitHub CLI v2.42 or later) so users know if they need to upgrade before running this step.
<execute_command>
|
@mrubens LGTM! ;) |
Description
Adds step 11 "Monitor PR Checks" to the issue-fixer workflow to automatically monitor CI/CD checks after PR creation.
Changes Made
.roo/rules-issue-fixer/1_Workflow.xmlgh pr checks --watchto monitor checks in real-timeBenefits
How it works
gh pr checks --watchTesting
Checklist
Important
Adds step to monitor PR checks in real-time post-creation, ensuring quality before review.
.roo/rules-issue-fixer/1_Workflow.xmlto monitor CI/CD checks post-PR creation.gh pr checks --watchfor real-time monitoring and updates.This description was created by
for ef781b9. You can customize this summary. It will automatically update as commits are pushed.