blob: e7ecb6b3f46884cf519ba7b40337c64d3965c403 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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"
]
|