Skip to content

Commit f92cfb5

Browse files
committedJun 15, 2020
Make the new commit comment notifier discoverable
Reviewed-by: ehelin
1 parent ed7df80 commit f92cfb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎bots/notify/src/main/java/module-info.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
org.openjdk.skara.bots.notify.issue.IssueNotifierFactory,
4040
org.openjdk.skara.bots.notify.json.JsonNotifierFactory,
4141
org.openjdk.skara.bots.notify.mailinglist.MailingListNotifierFactory,
42-
org.openjdk.skara.bots.notify.slack.SlackNotifierFactory;
42+
org.openjdk.skara.bots.notify.slack.SlackNotifierFactory,
43+
org.openjdk.skara.bots.notify.comment.CommitCommentNotifierFactory;
4344
}

0 commit comments

Comments
 (0)
Please sign in to comment.