Skip to content

Commit aa72de9

Browse files
committed
fix triagebot.toml
1 parent 8edf528 commit aa72de9

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

triagebot.toml

+5-11
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ trigger_files = [
252252
"compiler/rustc_passes/src/check_attr.rs",
253253
"compiler/rustc_attr_parsing",
254254
"compiler/rustc_attr_data_structures",
255-
"compiler/rustc_attr_validation",
256255
]
257256

258257
[autolabel."T-rustdoc-frontend"]
@@ -316,7 +315,6 @@ trigger_files = [
316315
"library/panic_unwind",
317316
"library/std",
318317
"library/stdarch",
319-
"library/term",
320318
"library/test",
321319
]
322320
exclude_labels = [
@@ -331,7 +329,7 @@ trigger_files = [
331329
[autolabel."O-apple"]
332330
trigger_files = [
333331
"library/std/src/os/darwin",
334-
"library/std/src/sys/pal/unix/thread_parking/darwin.rs",
332+
"library/std/src/sys/sync/thread_parking/darwin.rs",
335333
"compiler/rustc_target/src/spec/base/apple",
336334
]
337335

@@ -408,7 +406,8 @@ trigger_files = [
408406
[autolabel."O-wasm"]
409407
trigger_files = [
410408
"library/std/src/sys/pal/wasm",
411-
"library/std/src/os/wasm"
409+
"library/std/src/os/wasi",
410+
"library/std/src/os/wasip2"
412411
]
413412

414413
[autolabel."O-windows"]
@@ -499,7 +498,6 @@ trigger_files = [
499498
"CONTRIBUTING.md",
500499
"INSTALL.md",
501500
"REUSE.toml",
502-
".reuse",
503501
".mailmap",
504502
".git-blame-ignore-revs",
505503
".editorconfig"
@@ -524,7 +522,6 @@ exclude_labels = [
524522

525523
[autolabel."WG-trait-system-refactor"]
526524
trigger_files = [
527-
"compiler/rustc_middle/src/traits/solve",
528525
"compiler/rustc_next_trait_solver",
529526
"compiler/rustc_trait_selection/src/solve",
530527
"compiler/rustc_type_ir/src/solve",
@@ -791,7 +788,7 @@ cc = ["@Nadrieril"]
791788
message = "Some changes occurred in cfg and check-cfg configuration"
792789
cc = ["@Urgau"]
793790

794-
[mentions."compiler/rustc_lint/src/context/diagnostics/check_cfg.rs"]
791+
[mentions."compiler/rustc_lint/src/early/diagnostics/check_cfg.rs"]
795792
message = "Some changes occurred in check-cfg diagnostics"
796793
cc = ["@Urgau"]
797794

@@ -963,7 +960,7 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
963960
[mentions."src/bootstrap/src/core/build_steps/llvm.rs"]
964961
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
965962

966-
[mentions."test/crashes"]
963+
[mentions."tests/crashes"]
967964
message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge."
968965

969966
[mentions."tests/rustdoc-json"]
@@ -1077,8 +1074,6 @@ cc = ["@jdonszelmann"]
10771074
cc = ["@jdonszelmann"]
10781075
[mentions."compiler/rustc_attr_data_structures"]
10791076
cc = ["@jdonszelmann"]
1080-
[mentions."compiler/rustc_attr_validation"]
1081-
cc = ["@jdonszelmann"]
10821077

10831078
[assign]
10841079
warn_non_default_branch.enable = true
@@ -1263,7 +1258,6 @@ project-exploit-mitigations = [
12631258
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
12641259
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
12651260
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
1266-
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
12671261
"/compiler/rustc_mir_build/src/builder" = ["compiler", "mir"]
12681262
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
12691263
"/compiler/rustc_smir" = ["project-stable-mir"]

0 commit comments

Comments
 (0)