View Source elvis_webhook (elvis v3.2.6)

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, [], []}.
Link to this function

handle_pull_request(Cred, Data, GithubFiles)

View Source