rust/triagebot.toml

34 lines
990 B
TOML
Raw Normal View History

[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
2020-02-27 02:54:13 +01:00
"D-*",
"requires-nightly",
# I-* without I-nominated
"I-*", "!I-nominated",
"AsyncAwait-OnDeck",
]
2019-05-16 22:22:18 +02:00
[assign]
[ping.icebreakers-llvm]
message = """\
Hey LLVM ICE-breakers! This bug has been identified as a good
"LLVM ICE-breaking candidate". In case it's useful, here are some
[instructions] for tackling these sorts of bugs. Maybe take a look?
Thanks! <3
2020-03-06 15:13:26 +01:00
[instructions]: https://rust-lang.github.io/rustc-dev-guide/ice-breaker/llvm.html
"""
label = "ICEBreaker-LLVM"
[ping.icebreakers-cleanup-crew]
message = """\
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
"Cleanup ICE-breaking candidate". In case it's useful, here are some
[instructions] for tackling these sorts of bugs. Maybe take a look?
Thanks! <3
2020-03-06 15:13:26 +01:00
[instructions]: https://rust-lang.github.io/rustc-dev-guide/ice-breaker/cleanup-crew.html
"""
label = "ICEBreaker-Cleanup-Crew"