mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
distgit/pagure: Increase the cross-project ACLs
This just makes pagure accept to generate project-less API tokens with these two ACLs. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -273,10 +273,8 @@ USER_ACLS = [
|
||||
CROSS_PROJECT_ACLS = [
|
||||
'fork_project',
|
||||
'modify_project',
|
||||
{% if env == 'staging' %}
|
||||
'pull_request_create',
|
||||
'pull_request_comment',
|
||||
{% endif %}
|
||||
]
|
||||
|
||||
ADMIN_API_ACLS = [
|
||||
|
||||
Reference in New Issue
Block a user