Skip to content

Commit f8dd8bf

Browse files
authored
Merge pull request #937 from Urgau/triagebot-review-changes-since
Add documentation for triagebot `[review-changes-since]`
2 parents 95e8635 + 7fde781 commit f8dd8bf

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
@@ -40,6 +40,7 @@
4040
- [Pinging](./triagebot/pinging.md)
4141
- [Rendered link](./triagebot/rendered-link.md)
4242
- [Requesting Prioritization](./triagebot/requesting-prioritization.md)
43+
- [Review Changes Since](./triagebot/review-changes-since.md)
4344
- [Review Changes Requested](./triagebot/review-submitted.md)
4445
- [Review Requested](./triagebot/review-requested.md)
4546
- [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)