From 11947eb12aaa8c6fd1530f35dddf891660eb55dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Apr 2024 11:02:29 +0200 Subject: Review --- mod/mod-ci-github-service-data.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mod/mod-ci-github-service-data.hxx') diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index d4a47d5..99c50ae 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -25,6 +25,7 @@ namespace brep struct check_run { string build_id; // Full build id. + string name; // Potentially shortened build id. optional node_id; // GitHub id. build_state state; @@ -46,6 +47,10 @@ namespace brep // uint64_t version = 1; + // Check suite settings. + // + bool warning_success; // See gh_to_conclusion(). + // Check suite-global data. // gh_installation_access_token installation_access; -- cgit v1.1