diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-14 14:47:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-14 14:47:34 +0200 |
commit | bce3884edcfad6f6dbd66876dc027c14d7e6c27e (patch) | |
tree | b09a4614966e0917780737b24d3d2fa7f7686c89 /mod/mod-ci-github-gq.hxx | |
parent | 70f2c43643574c263e09a551a311956aa9301636 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-gq.hxx')
-rw-r--r-- | mod/mod-ci-github-gq.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-ci-github-gq.hxx b/mod/mod-ci-github-gq.hxx index c3be500..0353281 100644 --- a/mod/mod-ci-github-gq.hxx +++ b/mod/mod-ci-github-gq.hxx @@ -93,7 +93,8 @@ namespace brep optional<gq_built_result> = nullopt); // Update a check run on GitHub if node_id is present, otherwise create a - // new check run associated with head_sha. + // new check run associated with head_sha. In the latter case, the new + // node_id is set in the passed check_run object. // // This is a wrapper of gq_update_check_run() and gq_create_check_run() for // convenience. |