Skip to content

Commit

Permalink
Merge pull request rust-lang#2217 from Kobzol/bors-rollup-never
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu authored Jan 21, 2025
2 parents a3f061c + 5be02d6 commit 0974081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/josh-sync/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0974081

Please sign in to comment.