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:
parent
a39bb343fa
commit
5e046c04a6
1 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue