Skip to content

Commit 232ab78

Browse files
committed
Modify merge message to mention this repository
1 parent 36e1eea commit 232ab78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sync.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ This updates the rust-version file to {upstream_sha}."#,
147147
let merge_message = format!(
148148
r#"Merge ref '{upstream_head_short}' from {UPSTREAM_REPO}
149149
150-
Pull recent changes from {UPSTREAM_REPO} via Josh.
150+
Pull recent changes from https://github.com/{UPSTREAM_REPO} via Josh.
151151
152152
Upstream ref: {upstream_sha}
153153
Filtered ref: {incoming_ref}
154+
155+
This merge was created using https://github.com/rust-lang/josh-sync.
154156
"#,
155157
upstream_head_short = &upstream_sha[..12],
156158
);

0 commit comments

Comments
 (0)