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.
netiquette
1 parent 012f6aa commit cbfd4daCopy full SHA for cbfd4da
source/features/netiquette.tsx
@@ -63,7 +63,8 @@ export function getResolvedText(closingDate: Date): JSX.Element {
63
}
64
65
function addResolvedBanner(newCommentField: HTMLElement, closingDate: Date): void {
66
- if (elementExists('.rgh-resolved-banner')) {
+ const canOpenNewIssue = elementExists('li:has([data-content="Issues"])');
67
+ if (!canOpenNewIssue || elementExists('.rgh-resolved-banner')) {
68
return;
69
70
0 commit comments