File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -257,14 +257,15 @@ export const _isRepoSkipNegatives = true;
257
257
export const isRepoDiscussionList = ( ) : boolean =>
258
258
isRepoPRList ( ) ||
259
259
isRepoIssueList ( ) ||
260
- / ^ l a b e l s \/ .+ / . test ( getRepoPath ( ) ! ) ;
260
+ / ^ ( l a b e l s | m i l e s t o n e s ) \/ .+ / . test ( getRepoPath ( ) ! ) ;
261
261
export const _isRepoDiscussionList = [
262
262
'http://github.com/sindresorhus/ava/issues' ,
263
263
'https://github.com/sindresorhus/refined-github/pulls' ,
264
264
'https://github.com/sindresorhus/refined-github/pulls/' ,
265
265
'https://github.com/sindresorhus/refined-github/pulls/fregante' ,
266
266
'https://github.com/sindresorhus/refined-github/issues/fregante' ,
267
267
'https://github.com/sindresorhus/refined-github/labels/Priority%3A%20critical' ,
268
+ 'https://github.com/sindresorhus/refined-github/milestones/1.0' ,
268
269
'https://github.com/sindresorhus/refined-github/issues?q=is%3Aclosed+sort%3Aupdated-desc' ,
269
270
'https://github.com/sindresorhus/refined-github/pulls?q=is%3Aopen+is%3Apr' ,
270
271
'https://github.com/sindresorhus/refined-github/pulls?q=is%3Apr+is%3Aclosed' ,
You can’t perform that action at this time.
0 commit comments