Check if a sub-module is getting updated in the branch
In the pre-push
hook, we need to create a hook to check whether there is a new commit from the gitlab submodule(s), then block the push or make it viable with --no-verrify
, depending on the plugin developer preferences.