Skip to content

Commit de75168

Browse files
committed
add triagebot notification for bootstrap config changes
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 172766c commit de75168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: triagebot.toml

+5
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,11 @@ message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x
566566
message = "Third-party dependency whitelist may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
567567
cc = ["@davidtwco", "@wesleywiser"]
568568

569+
[mentions."src/bootstrap/config.rs"]
570+
message = "This PR changes `src/bootstrap/config.rs`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/lib.rs` and `change-id` in `config.example.toml`."
571+
[mentions."config.example.toml"]
572+
message = "This PR changes `config.example.toml`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/lib.rs` and `change-id` in `config.example.toml`."
573+
569574
[mentions."src/bootstrap/defaults/config.compiler.toml"]
570575
message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appropriate, please also update `config.codegen.toml` so the defaults are in sync."
571576
[mentions."src/bootstrap/defaults/config.codegen.toml"]

0 commit comments

Comments
 (0)