We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3f061c + 5be02d6 commit 0974081Copy full SHA for 0974081
src/doc/rustc-dev-guide/josh-sync/src/sync.rs
@@ -180,7 +180,7 @@ impl GitSync {
180
);
181
println!(
182
// Open PR with `subtree update` title to silence the `no-merges` triagebot check
183
- " 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"
184
185
186
drop(josh);
0 commit comments