2019-04-15 21:52:59 +00:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
2019-07-28 08:29:38 +00:00
|
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
2020-02-27 01:54:13 +00:00
|
|
|
"D-*",
|
2019-07-28 08:29:38 +00:00
|
|
|
"requires-nightly",
|
2019-04-15 21:52:59 +00:00
|
|
|
# I-* without I-nominated
|
2019-10-03 16:37:31 +00:00
|
|
|
"I-*", "!I-nominated",
|
2019-10-03 16:31:06 +00:00
|
|
|
"AsyncAwait-OnDeck",
|
2019-04-15 21:52:59 +00:00
|
|
|
]
|
2019-05-16 20:22:18 +00:00
|
|
|
|
|
|
|
[assign]
|
2019-10-17 18:15:59 +00:00
|
|
|
|
2019-10-17 20:53:47 +00:00
|
|
|
[ping.icebreakers-llvm]
|
2019-10-17 18:15:59 +00:00
|
|
|
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-09 21:33:04 +00:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html
|
2019-10-17 18:15:59 +00:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-LLVM"
|
2020-01-27 18:58:27 +00:00
|
|
|
|
|
|
|
[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-09 21:33:04 +00:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/cleanup-crew.html
|
2020-01-27 18:58:27 +00:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-Cleanup-Crew"
|