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 @@ -154,12 +154,11 @@ collect.set('isProject', [
154
154
'https://github.com/sindresorhus/refined-github/projects/3' ,
155
155
] ) ;
156
156
157
- export const isPR = ( url : URL | Location = location ) : boolean => / ^ p u l l \/ \d + / . test ( getRepoPath ( url ) ! ) ;
157
+ export const isPR = ( url : URL | Location = location ) : boolean => / ^ p u l l \/ \d + / . test ( getRepoPath ( url ) ! ) && ! isPRConflicts ( url ) ;
158
158
collect . set ( 'isPR' , [
159
159
'https://github.com/sindresorhus/refined-github/pull/148' ,
160
160
'https://github.com/sindresorhus/refined-github/pull/148/commits' ,
161
161
'https://github.com/sindresorhus/refined-github/pull/148/files' ,
162
- 'https://github.com/sindresorhus/refined-github/pull/148/conflicts' ,
163
162
'https://github.com/sindresorhus/refined-github/pull/148/commits/00196' ,
164
163
'https://github.com/sindresorhus/refined-github/pull/148/commits/0019603b83bd97c2f7ef240969f49e6126c5ec85' ,
165
164
] ) ;
You can’t perform that action at this time.
0 commit comments