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.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx
index c4e20b3..0f8b77f 100644
--- a/mod/mod-ci-github-service-data.hxx
+++ b/mod/mod-ci-github-service-data.hxx
@@ -59,6 +59,10 @@ namespace brep
string repository_node_id; // GitHub-internal opaque repository id.
+ // The commit ID the check suite (and its check runs) are associated
+ // with. In the case of a pull request this will be
+ // `pull_request.head.sha`.
+ //
string head_sha;
vector<check_run> check_runs;