Add `@bors rollup=never` to rustc-push PR body

This commit is contained in:
Jakub Beránek 2025-01-21 17:00:28 +01:00
parent 508ee80f58
commit 7fb252d7fe
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,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=@bors+rollup=never%0Ar?+@ghost"
);
drop(josh);