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
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.
4
+
5
+
## Configuration
6
+
7
+
This feature is enabled on a repository by having a empty `[range-diff]` table in `triagebot.toml`:
8
+
9
+
```toml
10
+
[range-diff]
11
+
```
12
+
13
+
## Implementation
14
+
15
+
See [`src/handlers/check_commits/range_diff.rs`](https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/check_commits/force_push_range_diff.rs).
0 commit comments