pagure: allow user token for merging and flagging PRs
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
dfd4951b8c
commit
472bdf0f31
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,8 @@ CROSS_PROJECT_ACLS = [
|
|||
'issue_comment',
|
||||
'pull_request_create',
|
||||
'pull_request_comment',
|
||||
'pull_request_merge',
|
||||
'pull_request_flag',
|
||||
]
|
||||
|
||||
BLACKLISTED_GROUPS = ['forks', 'group', 'rpms', 'modules', 'container', 'tests']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue