fix(automation): scan all Claude PRs for review comments; drop author-based bot filter #131
No reviewers
Labels
No labels
bug
claude-failed
claude-pr
claude-queue
claude-working
epic
feature
interactive
portal
triaged
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: shad0w/pelagia-portal#131
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "claude/busy-boyd-b16092"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two issues surfaced on first live run:
comment on a higher-numbered PR was never scanned. The cap now limits only
how many PRs Claude RUNS on; comment-less PRs are skipped for free, so newer
PRs are never crowded out.
comments" by author also excluded the owner's legitimate review comments
(and required a read:user token scope, which 403'd). Replaced with a guard
that excludes only comments carrying the HANDLED_TAG marker -- robust even
when the bot and the reviewer are the same account. The /user call is gone.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com