We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isRepoPRList
isRepoIssueList
1 parent 6d97ff1 commit f0e50cfCopy full SHA for f0e50cf
index.ts
@@ -466,6 +466,8 @@ TEST: addTests('isRepo', [
466
'https://github.com/sindresorhus/refined-github/milestones/1/edit', // Gotcha for isRepoTaxonomyIssueOrPRList
467
'https://github.com/sindresorhus/refined-github/issues/new/choose', // Gotcha for isRepoIssueList
468
'https://github.com/sindresorhus/refined-github/issues/templates/edit', // Gotcha for isRepoIssueList
469
+ 'https://github.com//pullsuser/my-library', // Gotcha for isRepoPRList
470
+ 'https://github.com//issuesuser/my-library', // Gotcha for isRepoIssueList
471
]);
472
473
export const hasRepoHeader = (url: URL | HTMLAnchorElement | Location = location): boolean => isRepo(url) && !isRepoSearch(url);
0 commit comments