Uh oh!
There was an error while loading. Please reload this page.
fix: handle repos with the same name in multiple orgs - #63
Conversation
marctc
commented
Oct 24, 2023
@henrymcconville could we merge this PR and prepare a release 🙏 ? Some users reported problems with dashboards not showing data properly because of this. Thanks! |
henrymcconville
commented
Oct 24, 2023
Hi @marctc, sorry for the delay in looking at this. It looks like tests are failing due to the change. @js-timbirkett would you be able to fix tests and repush? Thanks. |
marctc
commented
Oct 24, 2023
@henrymcconville thanks for fast response! I believe we only have to include this change: grafana@728d3fd#diff-64e0e8b52676edfdd08d95b45d8b7e4bf06e985eb16c607757a7ff696de86bb5R45 |
henrymcconville
commented
Oct 25, 2023
@marctc if you could open a separate PR, that would be great and I'll get it reviewed ASAP. |
marctc
commented
Oct 25, 2023
@henrymcconville done #101! |
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