We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01249e0 commit 4f5bf43Copy full SHA for 4f5bf43
source/index.ts
@@ -170,6 +170,9 @@ export const _isConflict = [
170
'https://github.com/sindresorhus/refined-github/pull/148/conflicts'
171
];
172
173
+/**
174
+ * Do not use this detection if you're looking for PRs, they may appear mixed with issues in search. Use `isDiscussionList`
175
+ */
176
export const isPRList = (): boolean => location.pathname === '/pulls' || getRepoPath() === 'pulls';
177
export const _isPRList = [
178
'https://github.com/pulls',
0 commit comments