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 69e5afe commit 329cc0eCopy full SHA for 329cc0e
index.ts
@@ -293,7 +293,7 @@ TEST: addTests('isQuickPR', [
293
'https://github.com/sindresorhus/refined-github/compare/master...branch-name?quick_pull=1',
294
'https://github.com/sindresorhus/refined-github/compare/branch-1...branch-2?quick_pull=1',
295
'https://github.com/sindresorhus/refined-github/compare/test-branch?quick_pull=1',
296
- 'https://github.com/refined-github/sandbox/compare/default-a...fregante-patch-2?expand=1'
+ 'https://github.com/refined-github/sandbox/compare/default-a...fregante-patch-2?expand=1',
297
]);
298
299
const getStateLabel = (): string | undefined => $([
0 commit comments