diff options
| author | Ralf Jung <post@ralfj.de> | 2023-12-17 10:13:08 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-12-17 10:13:08 +0100 |
| commit | c54312d07900bfe683c2c9a742cf6413fdb4212e (patch) | |
| tree | fef116da94e992197660ac06218306bdef20f7e6 | |
| parent | 00a82a5f3cbbab07e90fe80ec127778abea62f4e (diff) | |
| download | rust-c54312d07900bfe683c2c9a742cf6413fdb4212e.tar.gz rust-c54312d07900bfe683c2c9a742cf6413fdb4212e.zip | |
rustc-push: automatically fill PR body to avoid reviewer assignment
| -rw-r--r-- | src/tools/miri/miri-script/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/miri-script/src/commands.rs b/src/tools/miri/miri-script/src/commands.rs index e4789c696b3..83486537fd4 100644 --- a/src/tools/miri/miri-script/src/commands.rs +++ b/src/tools/miri/miri-script/src/commands.rs @@ -344,7 +344,7 @@ impl Command { println!( // Open PR with `subtree update` title to silence the `no-merges` triagebot check // See https://github.com/rust-lang/rust/pull/114157 - " https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&title=Miri+subtree+update" + " https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&title=Miri+subtree+update&body=r?+@ghost" ); drop(josh); |
