diff options
| author | Mads Marquart <mads@marquart.dk> | 2024-05-05 20:56:03 +0200 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2024-05-05 21:20:25 +0200 |
| commit | dc153f8c50087184061089ecea00931295fd403a (patch) | |
| tree | 774c3423b8fe46b8a1e6bf25764521e97f72a9ee | |
| parent | e64cbc4edb4e752225ba7fd640af9bfbdf7ff66e (diff) | |
| download | rust-dc153f8c50087184061089ecea00931295fd403a.tar.gz rust-dc153f8c50087184061089ecea00931295fd403a.zip | |
Change the label for the Apple ping group to the new O-apple
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 9bd012d7c03..0c96e159773 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -117,7 +117,7 @@ issues). [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/apple.html """ -label = "O-macos" +label = "O-apple" [prioritize] label = "I-prioritize" |
