We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1c22e commit 6f286a4Copy full SHA for 6f286a4
src/request_handler.ml
@@ -41,7 +41,7 @@ let run ~ctx ~addr ~port =
41
log#debug "slack event: %s" request.body;
42
let%lwt res = Action.process_slack_event ctx request.headers request.body in
43
ret res
44
- | _, [ "bk_webhook" ] ->
+ | _, [ "bk_webhook" ] | _, [ "external"; "bk_webhook" ] ->
45
log#debug "buildkite webhook: %s" request.body;
46
let%lwt () = Action.process_buildkite_webhook ctx request.headers request.body in
47
ret "ok"
0 commit comments