distgit/pagure: Allow the pull_request_flag ACL on cross-projects API tokens

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-11-27 10:00:38 +01:00
parent fa604650ba
commit 49f68f14d5

View file

@ -278,8 +278,9 @@ CROSS_PROJECT_ACLS = [
'modify_project',
'pull_request_create',
'pull_request_comment',
'update_watch_status',
'pull_request_merge',
'pull_request_flag',
'update_watch_status',
]
ADMIN_API_ACLS = [