diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-29 13:13:22 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | d8de87eb714aa27e87a08fafccbd9b685e19fe3b (patch) | |
tree | 650f12cb67d7769e4f8d8fbb79de25e0af9baa08 /mod/mod-ci-github-service-data.hxx | |
parent | be2715a2055e76c354bbc0dfeba52630d85030ca (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 4a433c5..f55a7dd 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -72,11 +72,10 @@ namespace brep optional<string> merge_node_id; // The commit ID the check suite or pull request (and its check runs) are - // associated with. Note that in the case of a pull request this will be - // the head commit (`pull_request.head.sha`) as opposed to the merge - // commit. + // reporting to. Note that in the case of a pull request this will be the + // head commit (`pull_request.head.sha`) as opposed to the merge commit. // - string head_sha; + string report_sha; vector<check_run> check_runs; |