@@ -27,15 +27,7 @@ export const _isCommit = [
27
27
] ;
28
28
29
29
export const isCommitList = ( ) : boolean => isRepoCommitList ( ) || isPRCommitList ( ) ;
30
- export const _isCommitList = [
31
- 'https://github.com/sindresorhus/refined-github/commits/master?page=2' ,
32
- 'https://github.com/sindresorhus/refined-github/commits/test-branch' ,
33
- 'https://github.com/sindresorhus/refined-github/commits/0.13.0' ,
34
- 'https://github.com/sindresorhus/refined-github/commits/230c2' ,
35
- 'https://github.com/sindresorhus/refined-github/commits/230c2935fc5aea9a681174ddbeba6255ca040d63' ,
36
- 'https://github.com/sindresorhus/refined-github/pull/148/commits' ,
37
- 'https://github.com/sindresorhus/refined-github/commits?author=fregante'
38
- ] ;
30
+ export const _isCommitList = skip ;
39
31
40
32
export const isRepoCommitList = ( ) : boolean => String ( getRepoPath ( ) ) . startsWith ( 'commits' ) ;
41
33
export const _isRepoCommitList = [
@@ -44,7 +36,8 @@ export const _isRepoCommitList = [
44
36
'https://github.com/sindresorhus/refined-github/commits/0.13.0' ,
45
37
'https://github.com/sindresorhus/refined-github/commits/230c2' ,
46
38
'https://github.com/sindresorhus/refined-github/commits/230c2935fc5aea9a681174ddbeba6255ca040d63' ,
47
- 'https://github.com/sindresorhus/refined-github/commits?author=fregante'
39
+ 'https://github.com/sindresorhus/refined-github/commits?author=fregante' ,
40
+ 'https://github.com/sindresorhus/runs/commits/'
48
41
] ;
49
42
50
43
export const isCompare = ( ) : boolean => String ( getRepoPath ( ) ) . startsWith ( 'compare' ) ;
@@ -410,3 +403,9 @@ export const _isActionPage = [
410
403
'https://github.com/marketplace/actions/github-action-for-assignee-to-reviewer' ,
411
404
'https://github.com/marketplace/actions/hugo-actions'
412
405
] ;
406
+
407
+ export const isActionJobRun = ( ) : boolean => String ( getRepoPath ( ) ) . startsWith ( 'runs/' ) ;
408
+ export const _isActionJobRun = [
409
+ 'https://github.com/sindresorhus/refined-github/runs/639481849'
410
+ ] ;
411
+
0 commit comments