Skip to content

Commit 6ebc414

Browse files
committed
Clarify range-diff comment regarding PR authors
1 parent b46dc6f commit 6ebc414

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/handlers/check_commits/force_push_range_diff.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ pub(super) async fn handle_event(
6767
let (newbase, newhead) = (&compare_after.merge_base_commit.sha, after);
6868

6969
let message = format!(
70-
r#"This PR was rebased onto a different {branch} commit! Check out the changes with our [range-diff]({protocol}://{host}/gh-range-diff/{org}/{repo}/{oldbase}..{oldhead}/{newbase}..{newhead})."#
70+
r#"This PR was rebased onto a different {branch} commit. Here's a [range-diff]({protocol}://{host}/gh-range-diff/{org}/{repo}/{oldbase}..{oldhead}/{newbase}..{newhead}) highlighting what actually changed.
71+
72+
*Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.*"#
7173
);
7274

7375
// Rebase detected, post a comment linking to our range-diff.

0 commit comments

Comments
 (0)