From 412812154e8082c954c94ceb0900774e79c8fe55 Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Tue, 27 Feb 2024 18:03:11 +0200 Subject: Use "event" most of the time and "webhook event" for more context --- mod/mod-ci-github.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/mod-ci-github.hxx') diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index f9fb7e6..ca6c7bf 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -31,7 +31,7 @@ namespace brep { namespace json = butl::json; - // The "check_suite" object within a check_suite webhook request. + // The "check_suite" object within a check_suite webhook event request. // struct check_suite { @@ -69,6 +69,8 @@ namespace brep installation () = default; }; + // The check_suite webhook event request. + // struct check_suite_event { string action; -- cgit v1.1