diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2025-02-19 14:15:27 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2025-02-20 15:46:07 +0200 |
commit | 2abb3ab35426189a9c478564a6426680c7cd3af0 (patch) | |
tree | 503087a1aef7159d9c23baffa39acb58605c5422 /mod/mod-ci-github-service-data.hxx | |
parent | 87837b7aea82b817d61460601e76e7ae587ad31d (diff) |
ci-github: Get check suite id when creating check run and save in service data
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 |