File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,18 @@ export const _isCommitList = [
33
33
'https://github.com/sindresorhus/refined-github/commits/0.13.0' ,
34
34
'https://github.com/sindresorhus/refined-github/commits/230c2' ,
35
35
'https://github.com/sindresorhus/refined-github/commits/230c2935fc5aea9a681174ddbeba6255ca040d63' ,
36
- 'https://github.com/sindresorhus/refined-github/pull/148/commits'
36
+ 'https://github.com/sindresorhus/refined-github/pull/148/commits' ,
37
+ 'https://github.com/sindresorhus/refined-github/commits?author=fregante'
37
38
] ;
38
39
39
- export const isRepoCommitList = ( ) : boolean => String ( getRepoPath ( ) ) . startsWith ( 'commits/ ' ) ;
40
+ export const isRepoCommitList = ( ) : boolean => String ( getRepoPath ( ) ) . startsWith ( 'commits' ) ;
40
41
export const _isRepoCommitList = [
41
42
'https://github.com/sindresorhus/refined-github/commits/master?page=2' ,
42
43
'https://github.com/sindresorhus/refined-github/commits/test-branch' ,
43
44
'https://github.com/sindresorhus/refined-github/commits/0.13.0' ,
44
45
'https://github.com/sindresorhus/refined-github/commits/230c2' ,
45
- 'https://github.com/sindresorhus/refined-github/commits/230c2935fc5aea9a681174ddbeba6255ca040d63'
46
+ 'https://github.com/sindresorhus/refined-github/commits/230c2935fc5aea9a681174ddbeba6255ca040d63' ,
47
+ 'https://github.com/sindresorhus/refined-github/commits?author=fregante'
46
48
] ;
47
49
48
50
export const isCompare = ( ) : boolean => String ( getRepoPath ( ) ) . startsWith ( 'compare' ) ;
You can’t perform that action at this time.
0 commit comments