Skip to content

Commit e9d5fa7

Browse files
committed
feat: Show correct icon for discussions (fixes #236)
1 parent e70e01a commit e9d5fa7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

images/large/comment.png

524 Bytes
Loading

images/small/comment.svg

Lines changed: 1 addition & 1 deletion
Loading

scripts/handler.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ const TYPES = {
1616
RepositoryDependabotAlertsThread: "security",
1717
TeamDiscussion: "discussion",
1818
Commit: "commit",
19-
CheckSuite: "ci"
19+
CheckSuite: "ci",
20+
Discussion: "discussion"
2021
};
2122
const ICONS = {
2223
invite: "mail",

0 commit comments

Comments
 (0)