[pagure] Enable ACLs for API key for closing issue
In https://pagure.io/fedora-infra/ansible/pull-request/1013 change to enable new ACLs for API tokens was introduced, unfortunately the `issue_close` ACL don't exists and to close the issue in Pagure it needs `issue_change_status` and `issue_update` ACLs. This commit is fixing the previous mistake. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
6aea09b177
commit
2be4e10676
1 changed files with 2 additions and 1 deletions
|
@ -388,7 +388,8 @@ CROSS_PROJECT_ACLS = [
|
|||
'modify_project',
|
||||
'issue_create',
|
||||
'issue_comment',
|
||||
'issue_close',
|
||||
'issue_change_status',
|
||||
'issue_update',
|
||||
'pull_request_create',
|
||||
'pull_request_comment',
|
||||
'pull_request_merge',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue