pagure: roll out pull request acl update to prod

See: https://pagure.io/fedora-infra/ansible/pull-request/1825

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-04-02 11:15:07 -07:00
parent a462e96836
commit 7d7f8c51ad

View file

@ -238,11 +238,9 @@ 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',