mirror of
https://github.com/rust-lang/mdBook
synced 2024-11-10 06:54:14 +00:00
23 lines
399 B
TOML
23 lines
399 B
TOML
# This will allow users to self assign, and/or drop assignment
|
|
[assign]
|
|
|
|
# Allows @rustbot ready, review, author, or blocked
|
|
[shortcut]
|
|
|
|
[relabel]
|
|
allow-unauthenticated = [
|
|
# For Issue areas
|
|
"A-*",
|
|
# Categories
|
|
"C-*",
|
|
# Commands
|
|
"Command-*",
|
|
# Status
|
|
"S-*",
|
|
"regression",
|
|
"Breaking Change",
|
|
"msrv-bump",
|
|
]
|
|
|
|
[autolabel."S-waiting-on-review"]
|
|
new_pr = true
|