diff --git a/index.ts b/index.ts index 719a64ba..1fcc8326 100644 --- a/index.ts +++ b/index.ts @@ -514,6 +514,7 @@ export const hasRichTextEditor = (url: URL | HTMLAnchorElement | Location = loca isNewIssue(url) || isCompare(url) || isRepliesSettings(url) || + isNewRelease(url) || isDiscussion(url); collect.set('hasCode', combinedTestOnly);