diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-04-26 11:02:29 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | c33997821dcca40b53777b9fa45781dddeb3a999 (patch) | |
tree | 7c720f13bce8d0e88df184a831035f1febc0cca9 /mod/mod-ci-github-service-data.hxx | |
parent | 51d335147b78b003441ca9d28a6f34e3420ef8ad (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
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<string> 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; |