diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-29 13:13:22 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 4577935d2e901896e7d0117a1a5f9715f0f8df68 (patch) | |
tree | 566419afb85ee99885067edbe6a7a3fd5aa2ecbb /mod/mod-ci-github-service-data.hxx | |
parent | 764f82e0b2bd6f0b1090490df4a15c5e8bcbbc2f (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; |