Parsing a URL that contains the word "issues" in the repo path section of the URL results in an incorrect parse. ``` Error: Invalid GitHub URL or file path", "stack": ``` Previously reported issue mentioning the same problem but with the word "blob": https://github.com/IonicaBizau/git-url-parse/issues/167 Note: original [issue reported in Backstage](https://github.com/backstage/backstage/issues/29065), which uses `git-url-parse`. We are hoping someone can contribute a similar fix as the one done for "blob": https://github.com/IonicaBizau/git-url-parse/pull/168