Is it possible to automate forking subrepositories when user forks repository which contains subrepositories?
The subrepositories can be in the same project but also can be in different projects aswell.
By subrepositories I mean submodules.
The only thing I have in mind now is to fork main repo and subrepos manually and change path to subrepos in forked main repo, but I'm looking for solution which would do it automatically.