Skip to content

Commit 3170bd9

Browse files
committed
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 rust-lang/team#1436 (rename in `team` repo) Blocked on rust-lang/rustc-dev-guide#1964 (referenced documentation link) `@rustbot` label O-macos O-ios O-tvos O-watchos O-visionos
2 parents 9c9b568 + dc153f8 commit 3170bd9

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

triagebot.toml

+13-5
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,18 @@ resolved/implemented on Fuchsia. Could one of you weigh in?
106106
"""
107107
label = "O-fuchsia"
108108

109-
[ping.macos]
109+
[ping.apple]
110+
alias = ["macos", "ios", "tvos", "watchos", "visionos"]
110111
message = """\
111-
Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one
112-
of you weigh in? Thanks <3
112+
Hey Apple notification group! This issue or PR could use some Apple-specific
113+
guidance. Could one of you weigh in? Thanks <3
114+
115+
(In case it's useful, here are some [instructions] for tackling these sorts of
116+
issues).
117+
118+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/apple.html
113119
"""
114-
label = "O-macos"
120+
label = "O-apple"
115121

116122
[prioritize]
117123
label = "I-prioritize"
@@ -227,7 +233,9 @@ trigger_files = [
227233

228234
[autolabel."O-macos"]
229235
trigger_files = [
230-
"library/std/src/os/macos"
236+
"library/std/src/os/macos",
237+
"library/std/src/sys/pal/unix/thread_parking/darwin.rs",
238+
"compiler/rustc_target/src/spec/base/apple",
231239
]
232240

233241
[autolabel."O-netbsd"]

0 commit comments

Comments
 (0)