Allow the cross-project ACLs pull_request_create pull_request_comment in staging
Fixes https://pagure.io/fedora-infrastructure/issue/7623 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
480f5ce7c5
commit
a790f2b884
1 changed files with 5 additions and 1 deletions
|
@ -272,7 +272,11 @@ USER_ACLS = [
|
||||||
|
|
||||||
CROSS_PROJECT_ACLS = [
|
CROSS_PROJECT_ACLS = [
|
||||||
'fork_project',
|
'fork_project',
|
||||||
'modify_project'
|
'modify_project',
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
'pull_request_create',
|
||||||
|
'pull_request_comment',
|
||||||
|
{% endif %}
|
||||||
]
|
]
|
||||||
|
|
||||||
ADMIN_API_ACLS = [
|
ADMIN_API_ACLS = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue