lib/octogate/events.rb in octogate-0.2.1 vs lib/octogate/events.rb in octogate-0.2.2
- old
+ new
@@ -18,5 +18,8 @@
class NotRegisteredEvent < StandardError; end
end
require "octogate/events/push"
require "octogate/events/pull_request"
+require "octogate/events/issue"
+require "octogate/events/issue_comment"
+require "octogate/events/pull_request_review_comment"