feat(review-followup): detect and address CHANGES_REQUESTED on BLEnder PRs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 17
Description
Summary
The sweep should detect BLEnder PRs with unaddressed CHANGES_REQUESTED reviews and trigger a new workflow that runs Claude to address the feedback.
Implementation Plan
Full plan (click to expand)
$(cat review-followup-plan.md)
Key pieces
- Config — add
review_followupsection toconfig/defaults.yml - Sweep detection — expand
Actiondataclass, addhas_unaddressed_reviews()andcheck_blender_prs()toscripts/sweep.py - Trigger routing — add
review-followupto workflow map inscripts/trigger-workflows.py - Review context script — new
scripts/gather-review-context.shto fetch review data via GitHub API - Workflow — new
.github/workflows/review-followup.yml
Deduplication
Compare timestamps: latest CHANGES_REQUESTED review vs. latest BLEnder commit. No state storage needed. Cap at 3 iterations per PR, then post a handoff comment.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with review-followup-plan.md, then inspect config/defaults.yml, scripts/sweep.py, and scripts/trigger-workflows.py to trace configuration, detection, and routing. Review the planned scripts/gather-review-context.sh and .github/workflows/review-followup.yml. Done means unaddressed CHANGES_REQUESTED reviews trigger Claude, deduplicate by timestamps, cap at three iterations, and post a handoff comment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, github-actions, python, shell
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100