Allow the ACL to create PR for the API tokens

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-12-09 21:10:41 +01:00
parent e580ea493d
commit ccc571a70a

View file

@ -223,6 +223,7 @@ ACLS = {
'create_branch': 'Create a git branch on a project',
'create_project': 'Create a new project',
'fork_project': 'Fork a project',
'pull_request_create': 'Open a new pull-request',
'pull_request_close': 'Close a pull-request of this project',
'pull_request_comment': 'Comment on a pull-request of this project',
'pull_request_flag': 'Flag a pull-request of this project',