Skip to content

Commit 0d489f3

Browse files
authored
Rollup merge of #116928 - onur-ozkan:update-triagebot, r=Mark-Simulacrum
fix bootstrap paths in triagebot.toml ref ##116881 (comment)
2 parents d6ac149 + 0c55576 commit 0d489f3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Diff for: triagebot.toml

+10-8
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ allow-unauthenticated = [
2323
"needs-triage",
2424
]
2525

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.
3030
review_labels = ["S-waiting-on-review"]
3131

3232
[review-requested]
@@ -586,17 +586,19 @@ message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x
586586
message = "Third-party dependency whitelist may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
587587
cc = ["@davidtwco", "@wesleywiser"]
588588

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`."
591593
[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`."
593595

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

599-
[mentions."src/bootstrap/llvm.rs"]
601+
[mentions."src/bootstrap/src/core/build_steps/llvm.rs"]
600602
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
601603

602604
[mentions."tests/ui/deriving/deriving-all-codegen.stdout"]

0 commit comments

Comments
 (0)