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
This feature will automatically adjust the body of a GitHub review to include a link to view the changes that happened since the review.
4
+
5
+
## Usage
6
+
7
+
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.
8
+
9
+
## Configuration
10
+
11
+
This feature is enabled on a repository by having a `[review-changes-since]` table in `triagebot.toml`:
12
+
13
+
```toml
14
+
[review-changes-since]
15
+
```
16
+
17
+
## Implementation
18
+
19
+
See [`src/handlers/review_changes_since.rs`](https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/review_changes_since.rs).
0 commit comments