arkarkark/github-tweaks-chrome-extension

Problem when opening issues in multiple repos

rinopo opened this issue · 1 comments

Hi,

Given
You have a tab with the following URL:
https://github.com/rinopo/foo/issues/1

When
You attempt to open an issue page with the following URL (same issue number as the former, but different repo):
https://github.com/rinopo/bar/issues/1

Then
The latter URL should be opened in a new tab.
Currently, the tab with the former URL is focused and the latter cannot be opened.

ooh, good point, I should store the repo with the issue number. I'll try and get this fixed.