Skip to content

Commit f588fcd

Browse files
authored
Merge pull request #743 from apiraino/update-zulip-nomination-docs
Update Zulip issue team nomination template
2 parents 3149436 + e99d9f5 commit f588fcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/triagebot/zulip-notifications.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ message_on_close = "Issue #{number} has been closed. Thanks for participating!"
4646
message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
4747

4848
# The Zulip notification will not be posted unless the issue/PR has all of these labels.
49-
required_labels = ["I-nominated"]
49+
# 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"]
5052
```
5153

5254
## Implementation

0 commit comments

Comments
 (0)