diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-27 18:03:11 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | 412812154e8082c954c94ceb0900774e79c8fe55 (patch) | |
tree | 9e60af9ed44cbe8f36203ea40cf5ef660b045eef /mod/mod-ci-github.hxx | |
parent | a47fa04f5a4e6de23779aa964c96f0b9494ad56d (diff) |
Use "event" most of the time and "webhook event" for more context
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
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; |