Skip to content

ci: remove pr-agent OSS workflow (100% failing for 30 days) - #38

Merged
yakimoto merged 1 commit into
mainfrom
ci/remove-pr-agent
Aug 30, 2026
Merged

yakimoto merged 1 commit into
mainfrom
ci/remove-pr-agent

Conversation

@yakimoto

@yakimoto yakimoto commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

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.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.


Note

Cursor Bugbot is generating a summary for commit a75ed3f. Configure here.

Review in cubic

Summary by Sourcery

Remove the obsolete PR-Agent workflow from CI.

Enhancements:

  • Remove the obsolete PR-Agent review workflow because it has consistently failed and duplicates the existing WAVE review process.

CI:

  • Delete the failing PR-Agent GitHub Actions workflow.

@qodo-code-review

Copy link
Copy Markdown

ⓘ Qodo reviews are paused because your workspace is out of credits. Ask your workspace admin to add credits to resume reviews. Manage billing

@cursor

cursor Bot commented Aug 30, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot 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_a377aada-3a48-4c8e-b545-5a2f98fb4113)

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @yakimoto, you've used your own review budget of 250,000 diff characters for the last 7 days.

You can request another review in 20 hours and 12 minutes by commenting @sourcery-ai review. Upgrade to get a review now.

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 2fb2b8c2-8eee-4bc9-8b04-ebbb9e2d9fdf

📥 Commits

Reviewing files that changed from the base of the PR and between 47ec1e6 and a75ed3f.

📒 Files selected for processing (1)
  • .github/workflows/pr-agent.yml
💤 Files with no reviewable changes (1)
  • .github/workflows/pr-agent.yml

Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour.

📜 Recent review details
⏰ Context from checks skipped due to timeout. (3)
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: Analyze (javascript-typescript)

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Removed automated pull-request review and command-triggered assistance.
    • Eliminated related automated verdict checks and retry handling.

Walkthrough

The PR-Agent GitHub Actions workflow was deleted. Pull-request and slash-command automation, execution retries, model settings, concurrency controls, fork gating, and non-blocking verdict handling were removed.

Changes

Cohort / File(s) Summary
Automation removal
.github/workflows/pr-agent.yml
Deletes the PR-Agent workflow and its pull-request automation configuration.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to a75ed

This change removes a consistently failing, redundant pull-request workflow without altering product runtime behavior; no actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely states that the failing PR-Agent OSS workflow is being removed.
Description check ✅ Passed The description directly explains the workflow removal, its reported 100% failure rate from July 31, 2026 through August 30, 2026, and its redundancy with the WAVE review plane.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/remove-pr-agent
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch ci/remove-pr-agent

Comment @coderabbitai help to get the list of available commands.

@sourcery-ai

sourcery-ai Bot commented Aug 30, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Deletes the PR-Agent GitHub Actions workflow after a 30-day period of 100% failures, eliminating redundant CI automation while preserving reversibility through Git history and relying on WAVE for review coverage.

File-Level Changes

Change Details Files
Remove the failing, redundant PR-Agent automation workflow.
  • Delete the 342-line workflow configuration.
  • Rely on the existing WAVE review plane for pull-request review coverage.
.github/workflows/pr-agent.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@codeant-ai

codeant-ai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@gitar-bot

gitar-bot Bot commented Aug 30, 2026

Copy link
Copy Markdown

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.
Learn more

Code Review ✅ Approved

Removes the pr-agent OSS workflow that has been failing 100% of runs for 30 days and is redundant with the WAVE review plane. No issues found.

Options

Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Compact
gitar display:verbose         

Was this helpful? React with 👍 / 👎 | Gitar

@macroscopeapp

macroscopeapp Bot commented Aug 30, 2026

Copy link
Copy Markdown

Approvability

Verdict: Would Approve

Macroscope's review found this PR approvable — This single-file deletion removes an obsolete advisory GitHub Actions workflow and only affects automated PR review runs; it does not change production behavior, deployment targets, or application code. The change is narrowly scoped and owned by the author.

Not approved because:

  • Credit balance exhausted. Approvability relies on correctness review in order to determine eligibility

Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more.

@yakimoto
yakimoto merged commit 55c08d3 into main Aug 30, 2026
23 checks passed
@yakimoto
yakimoto deleted the ci/remove-pr-agent branch August 30, 2026 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant