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 7d6a488 commit cbad3daCopy full SHA for cbad3da
index.ts
@@ -325,7 +325,7 @@ export const isClosedIssue = (): boolean => {
325
}
326
327
const status = $(stateSelector)!.textContent!.trim();
328
- return status === 'Closed';
+ return status === 'Closed' || status === 'Closed as not planned';
329
};
330
331
export const isReleases = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'releases';
0 commit comments