Can't add `gl-database` as approver to MR
When I try to add gl-database
to the list of Group approvers for a GitLab CE MR I am not able to find this group. I can see in the Network tab that the request to https://gitlab.com/autocomplete/users.json?search=gl-databa&per_page=20&project_id=13083
returns empty array.
Related MR - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27112.
fetch('https://gitlab.com/autocomplete/users.json?search=gl-databa&per_page=20&project_id=13083').then(res => res.json()).then(json => console.log(json));
# Promise { <state>: "pending" }
# Array []
Edited by Krasimir Angelov