Skip to content

Commit 9e96a52

Browse files
committed
use repo name in push pr title
Also, remove `@ghost`, to avoid confusion... thought it was a real user.
1 parent f2e5577 commit 9e96a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

josh-sync/src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl GitSync {
194194
);
195195
println!(
196196
// Open PR with `subtree update` title to silence the `no-merges` triagebot check
197-
" https://github.com/{UPSTREAM_REPO}/compare/{github_user}:{branch}?quick_pull=1&title=Rustc+dev+guide+subtree+update&body=r?+@ghost"
197+
" https://github.com/{UPSTREAM_REPO}/compare/{github_user}:{branch}?quick_pull=1&title=rustc-dev-guide+subtree+update"
198198
);
199199

200200
drop(josh);

0 commit comments

Comments
 (0)