-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededunder discussion
Description
As described in refined-github/refined-github#5739 (comment)
- Drop
isRepoSearch
exclusion fromisRepo
- Add
hasRepoHeader
(isRepo && !isRepoSearch
) - Ensure that other detections aren't affected by this change (e.g.
isSingleFile
depends onisRepo
, but it never matchedisRepoSearch
in the first place, so that's fine) - Release breaking version
- All
isRepo
usage in the extension tohasRepoHeader
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededunder discussion