diff options
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 (); }; } |