When a finding from a previous review is no longer present in the new LLM output, PATCH the inline comment to mark it resolved:
~~**[MINOR]** Handle the edge case~~
✅ *Resolved: 2026-05-02 05:30 UTC*
For findings still present: append a "Last checked" timestamp.
For findings that changed at the same location: update the body with "Updated" timestamp.
Matching key: path + new_position from the review comment.
See docs/REVIEW_STRATEGY.md for context.
When a finding from a previous review is no longer present in the new LLM output, PATCH the inline comment to mark it resolved:
```
~~**[MINOR]** Handle the edge case~~
✅ *Resolved: 2026-05-02 05:30 UTC*
```
For findings still present: append a "Last checked" timestamp.
For findings that changed at the same location: update the body with "Updated" timestamp.
Matching key: `path` + `new_position` from the review comment.
See `docs/REVIEW_STRATEGY.md` for context.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When a finding from a previous review is no longer present in the new LLM output, PATCH the inline comment to mark it resolved:
For findings still present: append a "Last checked" timestamp.
For findings that changed at the same location: update the body with "Updated" timestamp.
Matching key:
path+new_positionfrom the review comment.See
docs/REVIEW_STRATEGY.mdfor context.