mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
54879949f1
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
22 lines
580 B
TOML
22 lines
580 B
TOML
[relabel]
|
|
allow-unauthenticated = [
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
|
"requires-nightly",
|
|
# I-* without I-nominated
|
|
"I-*", "!I-nominated",
|
|
"AsyncAwait-OnDeck",
|
|
]
|
|
|
|
[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
|
|
|
|
[instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html
|
|
"""
|
|
label = "ICEBreaker-LLVM"
|