2023-05-03 05:54:54 +08:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
|
|
|
"A-*",
|
2023-09-20 18:13:00 +08:00
|
|
|
"T-*",
|
2023-05-03 05:54:54 +08:00
|
|
|
"not-rfc",
|
|
|
|
]
|
2023-09-21 01:46:07 +08:00
|
|
|
|
|
|
|
[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}"
|
2023-09-25 23:37:33 +08:00
|
|
|
|
|
|
|
[notify-zulip."I-types-nominated"]
|
|
|
|
zulip_stream = 326866 # #T-types/nominated
|
|
|
|
topic = "RFC #{number}: {title}"
|
|
|
|
message_on_add = """\
|
2023-09-26 00:37:02 +08:00
|
|
|
@*T-types* RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) "{title}" has been nominated for team discussion.
|
2023-09-25 23:37:33 +08:00
|
|
|
"""
|
2023-09-26 00:37:02 +08:00
|
|
|
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*."
|