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', [
458458 'https://github.com/sindresorhus/refined-github/actions/new' ,
459459] ) ;
460460
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' ;
462462collect . set ( 'isRepositoryActions' , [
463463 'https://github.com/fregante/github-url-detection/actions' ,
464- 'https://github.com/sindresorhus/refined-github/actions/new' ,
465464] ) ;
466465
467466export const canUserEditOrganization = ( ) : boolean => isOrganizationProfile ( ) && exists ( '.pagehead-tabs-item[href$="/settings/profile"]' ) ;
You can’t perform that action at this time.
0 commit comments