2019-04-15 16:52:59 -05:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
2019-07-28 03:29:38 -05:00
|
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
2020-02-26 19:54:13 -06:00
|
|
|
"D-*",
|
2019-07-28 03:29:38 -05:00
|
|
|
"requires-nightly",
|
2019-04-15 16:52:59 -05:00
|
|
|
# I-* without I-nominated
|
2019-10-03 11:37:31 -05:00
|
|
|
"I-*", "!I-nominated",
|
2019-10-03 11:31:06 -05:00
|
|
|
"AsyncAwait-OnDeck",
|
2019-04-15 16:52:59 -05:00
|
|
|
]
|
2019-05-16 15:22:18 -05:00
|
|
|
|
|
|
|
[assign]
|
2019-10-17 13:15:59 -05:00
|
|
|
|
2019-10-17 15:53:47 -05:00
|
|
|
[ping.icebreakers-llvm]
|
2020-03-12 12:06:40 -05:00
|
|
|
alias = ["llvm", "llvms"]
|
2019-10-17 13:15:59 -05: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 16:33:04 -05:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html
|
2019-10-17 13:15:59 -05:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-LLVM"
|
2020-01-27 12:58:27 -06:00
|
|
|
|
|
|
|
[ping.icebreakers-cleanup-crew]
|
2020-03-19 09:38:31 -05:00
|
|
|
alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
|
2020-01-27 12:58:27 -06:00
|
|
|
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 16:33:04 -05:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/cleanup-crew.html
|
2020-01-27 12:58:27 -06:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-Cleanup-Crew"
|
2020-04-10 08:22:40 -05:00
|
|
|
|
|
|
|
[prioritize]
|
|
|
|
label = "I-prioritize"
|
2020-05-14 11:03:33 -05:00
|
|
|
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
|
|
|
|
priority_labels = "P-*"
|
2020-04-10 08:22:40 -05:00
|
|
|
zulip_stream = 227806
|