From d8de87eb714aa27e87a08fafccbd9b685e19fe3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 May 2024 13:13:22 +0200 Subject: Review --- mod/mod-ci-github-service-data.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'mod/mod-ci-github-service-data.hxx') 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 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_runs; -- cgit v1.1