mirror of https://github.com/rust-lang/rfcs.git
27 lines
1.1 KiB
TOML
27 lines
1.1 KiB
TOML
[relabel]
|
|
allow-unauthenticated = [
|
|
"A-*",
|
|
"T-*",
|
|
"not-rfc",
|
|
]
|
|
|
|
[notify-zulip."T-cargo"]
|
|
zulip_stream = 246057 # t-cargo
|
|
topic = "RFC #{number} - {title}"
|
|
message_on_add = "A new T-cargo RFC has been opened: https://github.com/rust-lang/rfcs/pull/{number}"
|
|
|
|
[notify-zulip."T-crates-io"]
|
|
zulip_stream = 318791 # t-crates-io
|
|
topic = "RFC #{number} - {title}"
|
|
message_on_add = "A new T-crates-io RFC has been opened: https://github.com/rust-lang/rfcs/pull/{number}"
|
|
|
|
[notify-zulip."I-types-nominated"]
|
|
zulip_stream = 326866 # #T-types/nominated
|
|
topic = "RFC #{number}: {title}"
|
|
message_on_add = """\
|
|
@*T-types* RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) "{title}" has been nominated for team discussion.
|
|
"""
|
|
message_on_remove = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number})'s nomination has been removed. Thanks all for participating!"
|
|
message_on_close = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) has been closed. Thanks for participating!"
|
|
message_on_reopen = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) has been reopened. Pinging @*T-types*."
|