From d7806a493c3843e562ad27737cafdea78915981d Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Wed, 13 Mar 2024 10:53:31 +0200 Subject: Queue check runs --- mod/mod-ci-github.hxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mod/mod-ci-github.hxx') diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 9ecba31..605368f 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -61,6 +61,18 @@ namespace brep check_suite () = default; }; + struct check_run + { + string node_id; + string name; + string status; + + explicit + check_run (json::parser&); + + check_run () = default; + }; + struct repository { string node_id; @@ -115,6 +127,9 @@ namespace brep operator<< (ostream&, const check_suite&); ostream& + operator<< (ostream&, const check_run&); + + ostream& operator<< (ostream&, const repository&); ostream& -- cgit v1.1