diff options
| author | Michael Goulet <michael@errs.io> | 2022-05-26 12:42:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 12:42:14 -0700 |
| commit | c838129205fa062059bf9de2158395649d9fde5c (patch) | |
| tree | e07aec8e894a4c903dcfbfc39b7212d05f322702 | |
| parent | d5139f44690e7765df801ca33a7f627d128ac9e2 (diff) | |
| download | rust-c838129205fa062059bf9de2158395649d9fde5c.tar.gz rust-c838129205fa062059bf9de2158395649d9fde5c.zip | |
Update `triagebot.toml` for macos ping group
| -rw-r--r-- | triagebot.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index f6f1b918f06..994936c6e76 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -80,6 +80,13 @@ resolved/implemented on Fuchsia. Could one of you weigh in? """ label = "O-fuchsia" +[ping.macos] +message = """\ +Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one +of you weigh in? Thanks <3 +""" +label = "O-macos" + [prioritize] label = "I-prioritize" |
