pagure: add descriptions for new available pull_request acls

Related with commit 1efcf8a90b
We need to update the acls table with their descriptions.

pagure/cli/admin.py update-acls

The above command can update the table and it looks for descriptions in the ACLS config variable.
This commit is contained in:
Maja Massarini 2024-03-05 14:15:27 +01:00 committed by kevin
parent a39bb343fa
commit 5e046c04a6

View file

@ -238,6 +238,10 @@ 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',
"pull_request_update": (
"Update a pull-request (title, description, assignee...)"
),
"pull_request_rebase": "Rebase a pull-request",
'modify_project': 'Modify an existing project',
'generate_acls_project': 'Generate the Gitolite ACLs on a project',
'commit_flag': 'Flag a commit',