ci: remove pr-agent OSS workflow (100% failing for 30 days) - #67
Conversation
… with the review plane)
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
|
ⓘ Qodo reviews are paused because your workspace is out of credits. Ask your workspace admin to add credits to resume reviews. Manage billing |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_662c9f9b-7168-4a06-aa8a-cd9ae6c88259) |
|
Warning Review limit reachedNext included review available in 58 minutes. View limit detailsLimit details: You’ve used the included review currently available. Your 93 included PR review attempts over the past 7 days set your current allowance at 1 review per hour. Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Comment |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideDeletes the optional 342-line OSS Qodo Merge PR-agent workflow after a reported 30-day 100% failure rate, leaving application and other CI behavior unchanged while relying on the WAVE review plane instead. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Note Automatic reviews are paused because your team has used its included automatic processing for this billing period (headroom scales with your seat count). You can still comment "Gitar review" to run one anytime, and automatic reviews resume on their own by September 1. Add seats for more headroom. Code Review ✅ ApprovedRemoves the failing pr-agent OSS workflow that had a 100% failure rate over 30 days and is redundant with the WAVE review plane. No issues found. OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
ApprovabilityVerdict: Would Approve Macroscope's review found this PR approvable — This change only removes a failing, redundant advisory GitHub Actions workflow; it does not modify application code, APIs, deployment behavior, or production execution paths. The affected workflow is owned by the author and the deletion is isolated and reversible. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
Removes .github/workflows/pr-agent.yml.
Receipts: 30-day census (2026-07-31..08-30): this workflow failed 100% of runs here (claude-workstation#3932). Redundant with the WAVE review plane. Reversible via git history.
Program: claude-workstation#3932.
Note
Low Risk
Removes only an optional CI advisory check with no application, auth, or data-path changes; restores can be done from history if needed.
Overview
Deletes the entire inline
.github/workflows/pr-agent.ymlworkflow (~340 lines), so this repo no longer runs the OSS Qodo Merge PR agent onpull_request/ slash-commandissue_commentevents.That workflow was an advisory reviewer (auto-review, auto-improve, Wave LLM dispatch via
OPENAI_KEY) with concurrency guards, fork gating, retries, and a neutral verdict step so flakes would not block merges. Per the PR, it had failed on every run over a 30-day window here and is redundant with the WAVE review plane; removal is reversible from git history.Reviewed by Cursor Bugbot for commit 2092fdd. Bugbot is set up for automated code reviews on this repo. Configure here.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by Sourcery
Remove the unreliable and redundant OSS PR-agent workflow from CI.
Enhancements:
CI: