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