File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -458,10 +458,9 @@ collect.set('isNewAction', [
458
458
'https://github.com/sindresorhus/refined-github/actions/new' ,
459
459
] ) ;
460
460
461
- export const isRepositoryActions = ( url : URL | Location = location ) : boolean => String ( getRepoPath ( url ) ) . startsWith ( 'actions' ) ;
461
+ export const isRepositoryActions = ( url : URL | Location = location ) : boolean => getRepoPath ( url ) === 'actions' ;
462
462
collect . set ( 'isRepositoryActions' , [
463
463
'https://github.com/fregante/github-url-detection/actions' ,
464
- 'https://github.com/sindresorhus/refined-github/actions/new' ,
465
464
] ) ;
466
465
467
466
export const canUserEditOrganization = ( ) : boolean => isOrganizationProfile ( ) && exists ( '.pagehead-tabs-item[href$="/settings/profile"]' ) ;
You can’t perform that action at this time.
0 commit comments