Skip to content

Commit cbad3da

Browse files
committed
update
1 parent 7d6a488 commit cbad3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export const isClosedIssue = (): boolean => {
325325
}
326326

327327
const status = $(stateSelector)!.textContent!.trim();
328-
return status === 'Closed';
328+
return status === 'Closed' || status === 'Closed as not planned';
329329
};
330330

331331
export const isReleases = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'releases';

0 commit comments

Comments
 (0)