diff options
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 4 |
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 9aa512a..bd30386 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -125,6 +125,10 @@ namespace brep // string report_sha; + // GitHub-internal opaque check suite id. + // + optional<string> check_suite_node_id; + brep::check_runs check_runs; // Flag indicating that all the elements in check_runs are built and this |