From dd0fbb6e941bf77204c7172f2e1498d9d5d7a3b3 Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Mon, 3 Jun 2024 09:55:36 +0200 Subject: Create conclusion CR for check suites and update it in build_built() --- mod/mod-ci-github-service-data.hxx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (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 21c8a8f..5573d90 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -24,12 +24,14 @@ namespace brep // struct check_run { - string build_id; // Full build id. - string name; // Potentially shortened build id. - optional node_id; // GitHub id. + string build_id; // Full build id. + string name; // Potentially shortened build id. + optional node_id; // GitHub id. - build_state state; - bool state_synced; + build_state state; + bool state_synced; + + optional status; // Only present if state is built. string state_string () const -- cgit v1.1