In github, our organization has code-owners.
In the individual project I can
cat .github/CODEOWNERS
It says
# Code owners
* @ourorg/projectname
How can I find all git repositories for the same owner within this org? which is ourorg/projectname
This will let me know which projects are owned by our squad