View Source elvis_webhook (elvis v3.1.0)
Summary
Functions
-spec event(egithub_webhook_req:request()) -> ok | {error, term()}.
-spec event(egithub:credentials(), egithub_webhook_req:request()) -> ok | {error, term()}.
-spec handle_error({error, term()}, egithub_webhook:req_data(), [egithub_webhook:file()]) -> {ok, [], []}.
-spec handle_pull_request(egithub:credentials(), egithub_webhook:req_data(), [egithub_webhook:file()]) -> {ok, egithub_webhook:review()}.