mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
copr: no need to filter cla_* groups, they are already filtered by fedora openid
This commit is contained in:
@@ -64,4 +64,5 @@ ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https"
|
||||
|
||||
DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit"
|
||||
|
||||
BLACKLISTED_GROUPS = ['cla_done', 'cla_fedora', 'cla_redhat', 'fedorabugs', 'packager', 'provenpackager']
|
||||
# no need to filter cla_* groups, they are already filtered by fedora openid
|
||||
BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']
|
||||
|
||||
Reference in New Issue
Block a user