From e99d9f53e5557a1cc593728a0ad5c91082518c09 Mon Sep 17 00:00:00 2001 From: apiraino Date: Mon, 13 May 2024 16:21:46 +0200 Subject: [PATCH] Update Zulip issue team nomination template --- src/triagebot/zulip-notifications.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/triagebot/zulip-notifications.md b/src/triagebot/zulip-notifications.md index 46d9b70ce..5d8f190ae 100644 --- a/src/triagebot/zulip-notifications.md +++ b/src/triagebot/zulip-notifications.md @@ -46,7 +46,9 @@ message_on_close = "Issue #{number} has been closed. Thanks for participating!" message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*." # The Zulip notification will not be posted unless the issue/PR has all of these labels. -required_labels = ["I-nominated"] +# Please replace the `{team}` placeholder with the appropriate team to be notified for the nomination +# (ex. `I-compiler-nominated`, `I-lang-nominated`, ...) +required_labels = ["I-{team}-nominated"] ``` ## Implementation