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

Git rebase (range) diff

GitHub native compare feature shows lots of unrelated changes when a force push changes the base commit of a PR. This handler post a comment after such scenario which links to triagebot range-diff feature.

Configuration

This feature is enabled on a repository by having a empty [range-diff] table in triagebot.toml:

[range-diff]

Implementation

See src/handlers/check_commits/range_diff.rs.