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 6458f81 commit ef40fa9Copy full SHA for ef40fa9
index.ts
@@ -298,8 +298,8 @@ TEST: addTests('isQuickPR', [
298
const getStateLabel = (): string | undefined => $([
299
'.State', // Old view
300
// React versions
301
- '[class^="StateLabel"]',
302
- '[data-testid="header-state"]',
+ '[class^="StateLabel"]', // TODO: Remove after July 2026
+ '[class^="prc-StateLabel-StateLabel"]',
303
].join(','))?.textContent?.trim();
304
305
export const isMergedPR = (): boolean => getStateLabel() === 'Merged';
0 commit comments