Skip to content

Commit

Permalink
Rename macos ping group to apple
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Apr 19, 2024
1 parent b90bcd6 commit e64cbc4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,16 @@ 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"

Expand Down

0 comments on commit e64cbc4

Please sign in to comment.