fix(github-bot): supersede prior CHANGES_REQUESTED on re-review#661
fix(github-bot): supersede prior CHANGES_REQUESTED on re-review#661donnfelker wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe PR enhances the GitHub bot's comment-action prompt with a baseline-review mechanism. The bot now requires its own username to query its most recent opinionated review, establish a re-review baseline, assess activity since that point, and decide whether to reply, approve, or request changes. Handlers now pass the bot username through to the updated prompt builder, and comprehensive tests verify the new behavior. ChangesBot baseline re-review feature
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
GITHUB_BOT_USERNAME) into the prompt so the baseline lookup queries the correct author."request"treatment in the untrusted-content envelope so the bot can act on them while still refusing instructions that try to override the prompt's safety rules.Test plan
npm test -w @open-inspect/github-botSummary by CodeRabbit
New Features
Tests