pagure / dist-git: add staging conditional for testing

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-03-27 15:33:46 -07:00
parent 5e046c04a6
commit b7294036cc

View file

@ -238,9 +238,11 @@ ACLS = {
'pull_request_comment': 'Comment on a pull-request of this project',
'pull_request_flag': 'Flag a pull-request of this project',
'pull_request_merge': 'Merge a pull-request of this project',
{% if env == 'staging' %}
"pull_request_update": (
"Update a pull-request (title, description, assignee...)"
),
{% endif %}
"pull_request_rebase": "Rebase a pull-request",
'modify_project': 'Modify an existing project',
'generate_acls_project': 'Generate the Gitolite ACLs on a project',