You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: triagebot.toml
+15-3
Original file line number
Diff line number
Diff line change
@@ -583,11 +583,23 @@ message = "The list of allowed third-party dependencies may have been modified!
583
583
cc = ["@davidtwco", "@wesleywiser"]
584
584
585
585
[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 = """
587
+
This PR modifies `src/bootstrap/src/core/config`.
588
+
589
+
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
590
+
"""
587
591
[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`."
592
+
message = """
593
+
This PR modifies `src/bootstrap/defaults`.
594
+
595
+
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
596
+
"""
589
597
[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`."
598
+
message = """
599
+
This PR modifies `config.example.toml`.
600
+
601
+
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
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