diff options
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 15f8c94..ae1506d 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -149,10 +149,11 @@ namespace brep timestamp iat_expires_at, uint64_t installation_id, string repository_node_id, - enum kind kind, + kind_type kind, bool pre_check, bool re_request, - string head_sha); + string check_sha, + string report_sha); // The pull_request constructor. // @@ -161,9 +162,10 @@ namespace brep timestamp iat_expires_at, uint64_t installation_id, string repository_node_id, - enum kind kind, + kind_type kind, bool pre_check, bool re_request, + string check_sha, string report_sha, string repository_clone_url, uint32_t pr_number); |