diff options
| author | Mads Marquart <mads@marquart.dk> | 2024-04-19 05:51:44 +0200 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2024-04-19 05:51:44 +0200 |
| commit | e64cbc4edb4e752225ba7fd640af9bfbdf7ff66e (patch) | |
| tree | af1d5540259dbded23cf7ba690fc285bacda005c | |
| parent | b90bcd6e7deb0c42c63b9f909788bdef8c737541 (diff) | |
| download | rust-e64cbc4edb4e752225ba7fd640af9bfbdf7ff66e.tar.gz rust-e64cbc4edb4e752225ba7fd640af9bfbdf7ff66e.zip | |
Rename `macos` ping group to `apple`
| -rw-r--r-- | triagebot.toml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index 79db356edff..9bd012d7c03 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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" |
