We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3149436 + e99d9f5 commit f588fcdCopy full SHA for f588fcd
src/triagebot/zulip-notifications.md
@@ -46,7 +46,9 @@ message_on_close = "Issue #{number} has been closed. Thanks for participating!"
46
message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
47
48
# The Zulip notification will not be posted unless the issue/PR has all of these labels.
49
-required_labels = ["I-nominated"]
+# Please replace the `{team}` placeholder with the appropriate team to be notified for the nomination
50
+# (ex. `I-compiler-nominated`, `I-lang-nominated`, ...)
51
+required_labels = ["I-{team}-nominated"]
52
```
53
54
## Implementation
0 commit comments