Wrong config key
This commit is contained in:
parent
63ca54f94b
commit
95e1adcc6d
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,6 @@ USER_ACLS = [
|
|||
'pull_request_flag',
|
||||
'pull_request_merge',
|
||||
'modify_project',
|
||||
'generate_acls_project',
|
||||
]
|
||||
|
||||
CROSS_PROJECT_ACLS = [
|
||||
|
@ -250,6 +249,7 @@ ADMIN_API_ACLS = [
|
|||
'pull_request_merge',
|
||||
'create_project',
|
||||
'modify_project',
|
||||
'generate_acls_project',
|
||||
]
|
||||
|
||||
BLACKLISTED_GROUPS = ['forks', 'group']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue