Skip to content

Commit b46dc6f

Browse files
committed
Remove code quote our range-diff link
1 parent caf4f50 commit b46dc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/check_commits/force_push_range_diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ 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! Check out the changes with our [range-diff]({protocol}://{host}/gh-range-diff/{org}/{repo}/{oldbase}..{oldhead}/{newbase}..{newhead})."#
7171
);
7272

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

0 commit comments

Comments
 (0)