Refactor ApprovalRules::GroupFinder interface
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Finder classes typically only have a single public execute
instance method.
ApprovalRules::GroupFinder
has many public methods and none of them are execute
We should refactor ApprovalRules::GroupFinder
to have an interface consistent with other Finder classes.
Edited by 🤖 GitLab Bot 🤖