diff --git a/browser-extension/src/lib/enhancers/github.ts b/browser-extension/src/lib/enhancers/github.ts index 58dcbeb..1282a8e 100644 --- a/browser-extension/src/lib/enhancers/github.ts +++ b/browser-extension/src/lib/enhancers/github.ts @@ -5,10 +5,10 @@ import type { CommentEnhancer, CommentSpot } from '../enhancer' const GITHUB_SPOT_TYPES = [ 'GH_PR_ADD_COMMENT', + 'GH_ISSUE_ADD_COMMENT', /* TODO 'GH_ISSUE_NEW', 'GH_PR_NEW', - 'GH_ISSUE_ADD_COMMENT', 'GH_ISSUE_EDIT_COMMENT', 'GH_PR_EDIT_COMMENT', 'GH_PR_CODE_COMMENT', @@ -38,10 +38,11 @@ export class GitHubAddCommentEnhancer implements CommentEnhancer