mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
12 lines
No EOL
194 B
TOML
12 lines
No EOL
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"
|
|
] |