You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
156004: dev-inf: Add feedback labels to AI review comments r=rickystewart a=ajstorm
When the AI review detects potential bugs, the comment now includes instructions for reviewers to tag the PR based on whether the finding was helpful:
- `O-AI-Review-Real-Issue-Found`: Issue was real or helpful
- `O-AI-Review-Not-Helpful`: Issue was not helpful
This feedback will help improve the AI review system by tracking the accuracy and usefulness of detected issues.
**Example comment output:**
> ## Potential Bug(s) Detected
>
> The three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation.
>
> **Next Steps:**
> Please review the detailed findings in the workflow run.
>
> After you review the findings, please tag the issue as follows:
> - If the detected issue is real or was helpful in any way, please tag the issue with `O-AI-Review-Real-Issue-Found`
> - If the detected issue was not helpful in any way, please tag the issue with `O-AI-Review-Not-Helpful`
Release note: none
Epic: None
Co-authored-by: Adam Storm <storm@cockroachlabs.com>
0 commit comments