github-exporter
github-exporter copied to clipboard
fix: handle repos with the same name in multiple orgs
Hi 👋
I found an issue with running this against multiple orgs that have repos with the same names. This was due to the pull request metric using only the repo name in its labels. Adding the owner fixes this.
Thanks,
Tim Birkett