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