Draft
Conversation
- System Console: optional review target (days) and overdue alert channel ID - /github todo and daily reminder: per-review due/overdue from PR open date - Left sidebar: color review counter when SLA enabled (clear vs overdue) - Post to configured channel once per user/day on daily reminder when overdue - Handle KV read errors for overdue dedupe; unit tests for SLA math
…annel post to a single daily summary
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
Author
|
Note, I've not been able to test this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per-user review due dates in
/github todoand daily reminder DMs. When a review target is configured, each item under "Review Requests" shows how many days remain or how many days overdue the review is. The SLA clock starts when the reviewer was requested (from the existingpull_requestwebhook), falling back to PR open date for reviews requested before the plugin was installed.Color-coded review counter in the left sidebar. When a review target is configured, the review button in the sidebar is color-coded:
When the review target is set to
0(disabled), the button always uses its default styling.Daily overdue digest posted to a channel. Once per day (shortly after midnight, server local time), the plugin posts a single aggregated message to a configured channel listing all overdue reviews across all connected users, grouped by days overdue (most overdue first):
The digest is cluster-safe (mutex + KV deduplication) and posts at most once per calendar day even with multiple app nodes.
Admin setup
Two new settings appear in System Console > Plugins > GitHub:
0(disabled)0to disable all SLA features.To enable:
3).No webhook or GitHub-side configuration changes are needed beyond the plugin's existing setup.