Let users on dist-git's pagure generate project-less API token to create/comment on tickets
This commit is contained in:
parent
7fb3517746
commit
550fc33df6
1 changed files with 8 additions and 0 deletions
|
@ -197,3 +197,11 @@ REQUIRED_GROUPS = {
|
|||
'modules/*': ['module-packager', 'packager'],
|
||||
'rpms/*': ['packager'],
|
||||
}
|
||||
|
||||
CROSS_PROJECT_ACLS = [
|
||||
'create_project',
|
||||
'fork_project',
|
||||
'modify_project',
|
||||
'issue_comment',
|
||||
'issue_create',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue