forked from rust-lang/cargo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtriagebot.toml
More file actions
35 lines (29 loc) · 704 Bytes
/
triagebot.toml
File metadata and controls
35 lines (29 loc) · 704 Bytes
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
[relabel]
allow-unauthenticated = [
"A-*",
"C-*",
"Command-*",
"E-*",
"O-*",
"S-*",
"Z-*",
"needs-mcve",
"regression-*",
"relnotes",
]
[ping.windows]
message = """\
Hey Windows Group! This bug has been identified as a good "Windows candidate".
In case it's useful, here are some [instructions] for tackling these sorts of
bugs. Maybe take a look?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
"""
label = "O-windows"
[shortcut]
[autolabel."S-waiting-on-review"]
new_pr = true
[assign]
contributing_url = "https://rust-lang.github.io/cargo/contrib/"
[assign.owners]
"*" = ["@ehuss", "@epage", "@weihanglo"]