AFAIK only FAS groups named with the -sig suffix can "maintain" packages. I suggest we filter out other groups.
See also https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/WAPZMGRBYRKFM3RVW5HELRMV3ZIVZE7W/
Commit dffb29be fixes this issue
Unfortunately some groups on dist-git are not following this pattern :(
https://src.fedoraproject.org/group/sssd-maintainers would be one of these
Metadata Update from @pingou: - Issue close_status updated to: None (was: Fixed)
Let's have a list of allowed groups via regexes?
You could try something like: all the groups ending with -sig + a hardcoded list
-sig
Basically the same thing. I was thinking:
['.+-sig', 'sssd-maintainers']
Deployed; https://pagure.io/fedora-qa/oraculum/pull-request/45
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/apps/packager_dashboard/issues/33
Please continue any further discussion there.