Feature #4225
Updated by Daniel D about 8 years ago
At the moment repo group scope integrations apply only to the direct child repositories which means `scope:/u` does: ~~~ /u /somerepo - applies /group /otherrepo - doesn't apply ~~~ Should we add option to let the user allow the integration to cascade to child groups, the choices for the above example would then be: * /u/ (any repo) * /u/ (direct child repos only) * /u/somerepo * /group/ (any repo) * /group/ (direct child repos only) * /gorup/otherrepo