Skip to content

Commit

Permalink
Auto merge of rust-lang#124146 - madsmtm:apple-triage, r=dtolnay
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed May 5, 2024
2 parents 9c9b568 + dc153f8 commit 3170bd9
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 3170bd9

Please sign in to comment.