From 4644db4ad07800637e326d2b971d105cd037b27f Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Fri, 17 Jan 2025 17:06:23 +0200 Subject: ci-github: Add output, details_url to building conclusion check run --- mod/mod-ci-github-service-data.hxx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 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 50bb49d..5d36696 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -33,10 +33,17 @@ namespace brep optional status; // Only if state is built & synced. - // Note: never serialized (only used to pass information to the GraphQL - // functions). + // Note: these are never serialized (only used to pass information to the + // GraphQL functions). // - optional details_url; + struct description_type + { + string title; + string summary; + }; + + optional details_url; + optional description; string state_string () const -- cgit v1.1