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:
parent
fa604650ba
commit
49f68f14d5
1 changed files with 2 additions and 1 deletions
|
@ -278,8 +278,9 @@ CROSS_PROJECT_ACLS = [
|
||||||
'modify_project',
|
'modify_project',
|
||||||
'pull_request_create',
|
'pull_request_create',
|
||||||
'pull_request_comment',
|
'pull_request_comment',
|
||||||
'update_watch_status',
|
|
||||||
'pull_request_merge',
|
'pull_request_merge',
|
||||||
|
'pull_request_flag',
|
||||||
|
'update_watch_status',
|
||||||
]
|
]
|
||||||
|
|
||||||
ADMIN_API_ACLS = [
|
ADMIN_API_ACLS = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue