Skip to content

Commit b90bcd6

Browse files
committed
Make autolabelling for macOS slightly better
1 parent 0e15f5e commit b90bcd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

triagebot.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ trigger_files = [
227227

228228
[autolabel."O-macos"]
229229
trigger_files = [
230-
"library/std/src/os/macos"
230+
"library/std/src/os/macos",
231+
"library/std/src/sys/pal/unix/thread_parking/darwin.rs",
232+
"compiler/rustc_target/src/spec/base/apple",
231233
]
232234

233235
[autolabel."O-netbsd"]

0 commit comments

Comments
 (0)