aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-service-data.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r--mod/mod-ci-github-service-data.hxx7
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;