From 87837b7aea82b817d61460601e76e7ae587ad31d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Feb 2025 11:12:16 +0200 Subject: Sketch --- mod/mod-ci-github.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/mod-ci-github.cxx') diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index d53c46e..c61ef0d 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -2008,6 +2008,8 @@ namespace brep // Let unlikely invalid_argument propagate (see above). // + // @@ TODO: get check suite node id. + // if (gq_create_check_run (error, cr, iat->token, @@ -2182,6 +2184,8 @@ namespace brep if (!cni.empty ()) sd.conclusion_node_id = cni; + //@@ TODO: save check suite node id. + return sd.json (); }; } -- cgit v1.1