-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathtriagebot.toml
More file actions
50 lines (41 loc) · 1.78 KB
/
triagebot.toml
File metadata and controls
50 lines (41 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[relabel]
allow-unauthenticated = [
"A-*",
"T-*",
"not-rfc",
]
[rendered-link]
trigger-files = ["text/"]
[assign]
[assign.owners]
"/.github/" = ["internal-sites"]
"/.gitattributes" = ["internal-sites"]
"/.gitignore" = ["internal-sites"]
"/book.toml" = ["internal-sites"]
"/generate-book.py" = ["internal-sites"]
"/LICENSE-APACHE" = ["internal-sites"]
"/LICENSE-MIT" = ["internal-sites"]
"/README.md" = ["internal-sites"]
"/triagebot.toml" = ["internal-sites"]
[shortcut]
[range-diff]
# Adds a "View all comments" link on the issue/PR body that shows all the comments of it
# Documentation at: https://forge.rust-lang.org/triagebot/view-all-comments-link.html
[view-all-comments-link]
[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*."