Skip to content

Commit cbe2ed0

Browse files
committed
update the bot messages related to bootstrap changes
Signed-off-by: onur-ozkan <[email protected]>
1 parent d8dbf7c commit cbe2ed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

triagebot.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -583,11 +583,11 @@ message = "Third-party dependency whitelist may have been modified! You must ens
583583
cc = ["@davidtwco", "@wesleywiser"]
584584

585585
[mentions."src/bootstrap/src/core/config"]
586-
message = "This PR modifies `src/bootstrap/src/core/config`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`."
586+
message = "This PR modifies `src/bootstrap/src/core/config`. If appropriate, explain what rustc devs should change in their config.toml within the PR description, update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`."
587587
[mentions."src/bootstrap/defaults"]
588-
message = "This PR modifies `src/bootstrap/defaults`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`."
588+
message = "This PR modifies `src/bootstrap/defaults`. If appropriate, explain what rustc devs should change in their config.toml within the PR description, update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`."
589589
[mentions."config.example.toml"]
590-
message = "This PR changes `config.example.toml`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`."
590+
message = "This PR changes `config.example.toml`. If appropriate, explain what rustc devs should change in their config.toml within the PR description, update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`."
591591

592592
[mentions."src/bootstrap/defaults/config.compiler.toml"]
593593
message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appropriate, please also update `config.codegen.toml` so the defaults are in sync."

0 commit comments

Comments
 (0)