Add the generate_acls_project ACL to pagure on dist-git
This commit is contained in:
parent
dfc9e56b96
commit
63ca54f94b
1 changed files with 4 additions and 2 deletions
|
@ -201,7 +201,8 @@ ACLS = {
|
|||
'pull_request_comment': 'Comment on a pull-request of this project',
|
||||
'pull_request_flag': 'Flag a pull-request of this project',
|
||||
'pull_request_merge': 'Merge a pull-request of this project',
|
||||
'modify_project': 'Modify an existing project'
|
||||
'modify_project': 'Modify an existing project',
|
||||
'generate_acls_project': 'Generate the Gitolite ACLs on a project',
|
||||
}
|
||||
|
||||
EXTERNAL_COMMITTER = {
|
||||
|
@ -234,7 +235,8 @@ USER_ACLS = [
|
|||
'pull_request_comment',
|
||||
'pull_request_flag',
|
||||
'pull_request_merge',
|
||||
'modify_project'
|
||||
'modify_project',
|
||||
'generate_acls_project',
|
||||
]
|
||||
|
||||
CROSS_PROJECT_ACLS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue