diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-19 11:12:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-19 11:12:16 +0200 |
commit | 87837b7aea82b817d61460601e76e7ae587ad31d (patch) | |
tree | 54fa293c2e8d2b2d8c2230551d7c608fe4fb47b5 /mod/mod-ci-github.cxx | |
parent | ef9deaa518ee80420f7eed8af011a69f865583fb (diff) |
Sketch
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 (); }; } |