diff options
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. |