Skip to content

Commit 8a45eed

Browse files
committed
fix bootstrap paths in triagebot.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent 862bba6 commit 8a45eed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

triagebot.toml

+8-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,17 @@ 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`."
591591
[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`."
592+
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`."
593593

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

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

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

0 commit comments

Comments
 (0)