mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 14:52:37 +00:00
12 lines
194 B
TOML
12 lines
194 B
TOML
|
# This will allow users to self assign, and/or drop assignment
|
||
|
[assign]
|
||
|
|
||
|
|
||
|
[relabel]
|
||
|
allow-unauthenticated = [
|
||
|
# For Issue areas
|
||
|
"A-*",
|
||
|
"E-Help-Wanted",
|
||
|
"Bug",
|
||
|
"Feature-Request"
|
||
|
]
|