From b90bcd6e7deb0c42c63b9f909788bdef8c737541 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 19 Apr 2024 05:51:02 +0200 Subject: [PATCH] Make autolabelling for macOS slightly better --- triagebot.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 66b8f44d688..79db356edff 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -227,7 +227,9 @@ trigger_files = [ [autolabel."O-macos"] trigger_files = [ - "library/std/src/os/macos" + "library/std/src/os/macos", + "library/std/src/sys/pal/unix/thread_parking/darwin.rs", + "compiler/rustc_target/src/spec/base/apple", ] [autolabel."O-netbsd"]