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.
1 parent c9abc93 commit 554e7faCopy full SHA for 554e7fa
1 file changed
index.ts
@@ -466,8 +466,6 @@ 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