mdBook/triagebot.toml

24 lines
399 B
TOML
Raw Normal View History

2021-10-27 22:00:42 +08:00
# This will allow users to self assign, and/or drop assignment
[assign]
# Allows @rustbot ready, review, author, or blocked
[shortcut]
2021-10-27 22:00:42 +08:00
[relabel]
allow-unauthenticated = [
# For Issue areas
2021-10-27 22:00:42 +08:00
"A-*",
# Categories
"C-*",
# Commands
"Command-*",
# Status
"S-*",
"regression",
"Breaking Change",
"msrv-bump",
]
[autolabel."S-waiting-on-review"]
new_pr = true