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
let oldbase = &compare_before.merge_base_commit.sha;
88
+
let newbase = &compare_after.merge_base_commit.sha;
68
89
69
90
let message = format!(
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.
91
+
r#"This PR was rebased onto a different {branch} commit. Here's a [range-diff]({protocol}://{host}/gh-range-diff/{issue_repo}/{oldbase}..{oldhead}/{newbase}..{newhead}) highlighting what actually changed.
71
92
72
93
*Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.*"#
73
94
);
74
95
75
-
// Rebase detected, post a comment linking to our range-diff.
r#"This PR was rebased onto a different master commit. Here's a [range-diff](https://mytriagebot.com/gh-range-diff/rust-lang/rust/before-merge-commit..oldhead/after-merge-commit..newhead) highlighting what actually changed.
214
+
215
+
*Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.*"#
0 commit comments