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 ac8b43c commit e27de48Copy full SHA for e27de48
1 file changed
index.ts
@@ -540,8 +540,8 @@ TEST: addTests('isRepoHome', [
540
'https://github.com/sindresorhus/search',
541
'https://github.com/sindresorhus/branches',
542
'https://github.com/sindresorhus/refined-github?files=1',
543
- 'https://github.com/pullsuser/my-library', // Gotcha for isRepoPRList
544
- 'https://github.com/issuesuser/my-library', // Gotcha for isRepoIssueList
+ 'https://github.com/pullsuser/my-library',
+ 'https://github.com/issuesuser/my-library',
545
]);
546
547
export type RepoExplorerInfo = {
0 commit comments