Skip to content

Commit 65fca9a

Browse files
committed
triagebot.toml review
1 parent e1f4197 commit 65fca9a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

triagebot.toml

+3-6
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ trigger_files = [
315315
"library/panic_unwind",
316316
"library/std",
317317
"library/stdarch",
318-
"library/term",
319318
"library/test",
320319
]
321320
exclude_labels = [
@@ -330,7 +329,7 @@ trigger_files = [
330329
[autolabel."O-apple"]
331330
trigger_files = [
332331
"library/std/src/os/darwin",
333-
"library/std/src/sys/pal/unix/thread_parking/darwin.rs",
332+
"library/std/src/sys/sync/thread_parking/darwin.rs",
334333
"compiler/rustc_target/src/spec/base/apple",
335334
]
336335

@@ -407,7 +406,8 @@ trigger_files = [
407406
[autolabel."O-wasm"]
408407
trigger_files = [
409408
"library/std/src/sys/pal/wasm",
410-
"library/std/src/os/wasm"
409+
"library/std/src/os/wasi",
410+
"library/std/src/os/wasip2"
411411
]
412412

413413
[autolabel."O-windows"]
@@ -498,7 +498,6 @@ trigger_files = [
498498
"CONTRIBUTING.md",
499499
"INSTALL.md",
500500
"REUSE.toml",
501-
".reuse",
502501
".mailmap",
503502
".git-blame-ignore-revs",
504503
".editorconfig"
@@ -523,7 +522,6 @@ exclude_labels = [
523522

524523
[autolabel."WG-trait-system-refactor"]
525524
trigger_files = [
526-
"compiler/rustc_middle/src/traits/solve",
527525
"compiler/rustc_next_trait_solver",
528526
"compiler/rustc_trait_selection/src/solve",
529527
"compiler/rustc_type_ir/src/solve",
@@ -1260,7 +1258,6 @@ project-exploit-mitigations = [
12601258
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
12611259
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
12621260
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
1263-
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
12641261
"/compiler/rustc_mir_build/src/builder" = ["compiler", "mir"]
12651262
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
12661263
"/compiler/rustc_smir" = ["project-stable-mir"]

0 commit comments

Comments
 (0)