Skip to content

Commit

Permalink
Merge pull request #743 from apiraino/update-zulip-nomination-docs
Browse files Browse the repository at this point in the history
Update Zulip issue team nomination template
  • Loading branch information
ehuss authored May 13, 2024
2 parents 3149436 + e99d9f5 commit f588fcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/triagebot/zulip-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f588fcd

Please sign in to comment.