We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ebc7c0 + d563580 commit f8829d1Copy full SHA for f8829d1
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=@bors+rollup=never%0Ar?+@ghost"
+ " https://github.com/{UPSTREAM_REPO}/compare/{github_user}:{branch}?quick_pull=1&title=Rustc+dev+guide+subtree+update&body=r?+@ghost"
184
185
186
drop(josh);
0 commit comments