Skip to content

Commit 7fde781

Browse files
committed
Add documentation for triagebot [review-changes-since]
1 parent e8c6dfe commit 7fde781

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- [Pinging](./triagebot/pinging.md)
4040
- [Rendered link](./triagebot/rendered-link.md)
4141
- [Requesting Prioritization](./triagebot/requesting-prioritization.md)
42+
- [Review Changes Since](./triagebot/review-changes-since.md)
4243
- [Review Changes Requested](./triagebot/review-submitted.md)
4344
- [Review Requested](./triagebot/review-requested.md)
4445
- [Rustc Commit Tracking](./triagebot/rustc-commit-list.md)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Review Changes Since
2+
3+
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

Comments
 (0)