A GitHub responder for Hedwig.
After you create a Hedwig robot, add hedwig_github to your list of dependencies in mix.exs:
def deps do
[{:hedwig_github, "~> 0.1.1"}]
endEnsure hedwig_github is started before your application:
def application do
[applications: [:hedwig_github]]
endLastly, add HedwigGithub.Responders.Github as a responder to your robot in mix.exs.