Skip to content

ghostflow-gitlab: limit `is_admin` field expectations

Ben Boeckel requested to merge ben.boeckel/rust-ghostflow:is_admin-field into master

When part of a commit status, is_admin is never present. Instead of adding it to the core user type, instead make a new structure just for the CurrentUser query as it is the only place we care about is_admin anyways.

Merge request reports