diff options
| author | bors <bors@rust-lang.org> | 2024-05-05 22:22:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-05 22:22:58 +0000 |
| commit | 3170bd9d1bab03eeb15552686f2de84e75360e56 (patch) | |
| tree | 179f18240713488e34e0d1e76a3e252ccfdf8132 | |
| parent | 9c9b568792ef20d8459c745345dd3e79b7c7fa8c (diff) | |
| parent | dc153f8c50087184061089ecea00931295fd403a (diff) | |
| download | rust-3170bd9d1bab03eeb15552686f2de84e75360e56.tar.gz rust-3170bd9d1bab03eeb15552686f2de84e75360e56.zip | |
Auto merge of #124146 - madsmtm:apple-triage, r=dtolnay
Triagebot: Rename `macos` ping group to `apple` Expand the scope of the macOS ping group to all Apple targets. Blocked on https://github.com/rust-lang/team/pull/1436 (rename in `team` repo) Blocked on https://github.com/rust-lang/rustc-dev-guide/pull/1964 (referenced documentation link) `@rustbot` label O-macos O-ios O-tvos O-watchos O-visionos
| -rw-r--r-- | triagebot.toml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/triagebot.toml b/triagebot.toml index 499ba6e470c..8c569ffb52c 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -106,12 +106,18 @@ resolved/implemented on Fuchsia. Could one of you weigh in? """ label = "O-fuchsia" -[ping.macos] +[ping.apple] +alias = ["macos", "ios", "tvos", "watchos", "visionos"] message = """\ -Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one -of you weigh in? Thanks <3 +Hey Apple notification group! This issue or PR could use some Apple-specific +guidance. Could one of you weigh in? Thanks <3 + +(In case it's useful, here are some [instructions] for tackling these sorts of +issues). + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/apple.html """ -label = "O-macos" +label = "O-apple" [prioritize] label = "I-prioritize" @@ -227,7 +233,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"] |
