We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e1eea commit 232ab78Copy full SHA for 232ab78
src/sync.rs
@@ -147,10 +147,12 @@ This updates the rust-version file to {upstream_sha}."#,
147
let merge_message = format!(
148
r#"Merge ref '{upstream_head_short}' from {UPSTREAM_REPO}
149
150
-Pull recent changes from {UPSTREAM_REPO} via Josh.
+Pull recent changes from https://github.com/{UPSTREAM_REPO} via Josh.
151
152
Upstream ref: {upstream_sha}
153
Filtered ref: {incoming_ref}
154
+
155
+This merge was created using https://github.com/rust-lang/josh-sync.
156
"#,
157
upstream_head_short = &upstream_sha[..12],
158
);
0 commit comments