aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r--mod/mod-ci-github.hxx4
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;