chore(triagebot): enable range-diff and review-changes-since#16152
Merged
epage merged 2 commits intorust-lang:masterfrom Oct 25, 2025
Merged
chore(triagebot): enable range-diff and review-changes-since#16152epage merged 2 commits intorust-lang:masterfrom
epage merged 2 commits intorust-lang:masterfrom
Conversation
Enable comments linking to triagebot range-diff when a PR is rebased onto a different base commit Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html
Adds at the end of a review body a link to view the changes that happened since the review Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html
Collaborator
Member
Author
|
@rustbot note "range-diff example comments"
|
Member
Author
|
@rustbot note "review-changes-since example comments"
|
epage
approved these changes
Oct 25, 2025
bors
added a commit
to rust-lang/rust
that referenced
this pull request
Oct 29, 2025
Update cargo submodule 11 commits in 344c4567c634a25837e3c3476aac08af84cf9203..6c1b6100343691341b9e76c5acc594e78220f963 2025-10-15 15:01:32 +0000 to 2025-10-28 16:27:52 +0000 - feat(build-analysis): JSONL-based logging infra (rust-lang/cargo#16150) - feat: support array of any types in Cargo config (rust-lang/cargo#16103) - test(git): add more fetch-index backend interop (rust-lang/cargo#16162) - feat(git): support shallow fetch for Git CLI backend (rust-lang/cargo#16156) - Fix mdman to not incorrectly strip `<p>` tags (rust-lang/cargo#16158) - chore(triagebot): enable range-diff and review-changes-since (rust-lang/cargo#16152) - Avoid specifying which version will change behavior (rust-lang/cargo#16153) - Make shell completion variables private. (rust-lang/cargo#16144) - More warning conversions (rust-lang/cargo#16143) - Bump openssl-src to 300.3.5.4+3.5.4 (rust-lang/cargo#16140) - build: remove duplicate dependency, consolidate over unicode-ident (rust-lang/cargo#16137)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR try to resolve?
Enable two new triagebot features, which are already adopted in rust-lang/rust.
range-diff:
Enable comments linking to triagebot range-diff when a PR is rebased
onto a different base commit
Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html
review-changes-since:
Adds at the end of a review body a link
to view the changes that happened since the review
Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html
Summary Notes
Managed by
@rustbot—see help for details