Skip to content

Commit 9853fee

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

triagebot.toml

+6-4
Original file line numberDiff line numberDiff line change
@@ -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)