use repo name in push pr title

I found "Rustc dev guide subtree update awkward"
This commit is contained in:
Tshepang Mbambo 2025-04-28 06:49:13 +02:00
parent f2e5577050
commit 1b150ed05c
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ impl GitSync {
);
println!(
// Open PR with `subtree update` title to silence the `no-merges` triagebot check
" https://github.com/{UPSTREAM_REPO}/compare/{github_user}:{branch}?quick_pull=1&title=Rustc+dev+guide+subtree+update&body=r?+@ghost"
" https://github.com/{UPSTREAM_REPO}/compare/{github_user}:{branch}?quick_pull=1&title=rustc-dev-guide+subtree+update&body=r?+@ghost"
);
drop(josh);