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
+10-8
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ allow-unauthenticated = [
23
23
"needs-triage",
24
24
]
25
25
26
-
[review-submitted]
27
-
# This label is added when a "request changes" review is submitted.
28
-
reviewed_label = "S-waiting-on-author"
29
-
# These labels are removed when a "request changes" review is submitted.
26
+
[review-submitted]
27
+
# This label is added when a "request changes" review is submitted.
28
+
reviewed_label = "S-waiting-on-author"
29
+
# These labels are removed when a "request changes" review is submitted.
30
30
review_labels = ["S-waiting-on-review"]
31
31
32
32
[review-requested]
@@ -586,17 +586,19 @@ message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x
586
586
message = "Third-party dependency whitelist may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
587
587
cc = ["@davidtwco", "@wesleywiser"]
588
588
589
-
[mentions."src/bootstrap/config.rs"]
590
-
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`."
589
+
[mentions."src/bootstrap/src/core/config"]
590
+
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`."
591
+
[mentions."src/bootstrap/defaults"]
592
+
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`."
591
593
[mentions."config.example.toml"]
592
-
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`."
594
+
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`."
message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appropriate, please also update `config.codegen.toml` so the defaults are in sync."
message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If appropriate, please also update `config.compiler.toml` so the defaults are in sync."
0 commit comments