rust/triagebot.toml

11 lines
224 B
TOML
Raw Normal View History

[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"requires-nightly",
# I-* without I-nominated
"I-*", "!I-nominated",
"AsyncAwait-OnDeck",
]
2019-05-16 22:22:18 +02:00
[assign]