Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Review Changes Since

This feature will automatically adjust the body of a GitHub review to include a link to view the changes that happened since the review.

Usage

When creating a pull request review, the bot will automatically append at the end of the review body a link to view the changes that happened since the review.

Configuration

This feature is enabled on a repository by having a [review-changes-since] table in triagebot.toml:

[review-changes-since]

Implementation

See src/handlers/review_changes_since.rs.