diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-28 11:14:21 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-30 08:27:09 +0200 |
commit | 1067cfe0f0ceea67baf013b9e15219b6f143f7e8 (patch) | |
tree | 50eedb4d1ccb707d9436c1811c3c038b98ee1174 /mod/mod-ci-github.cxx | |
parent | 5d8102e5f507ffa55e2e1f98a3c36c8a74edc049 (diff) |
Add event_node_id (CS/PR) to service data
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index f7480b6..b408d3a 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -525,6 +525,7 @@ namespace brep iat->expires_at, cs.installation.id, move (cs.repository.node_id), + cs.check_suite.node_id, kind, false /* pre_check */, re_requested, move (check_sha), move (cs.check_suite.head_sha) /* report_sha */); @@ -771,6 +772,7 @@ namespace brep iat->expires_at, pr.installation.id, move (pr.repository.node_id), + pr.pull_request.node_id, kind, true /* pre_check */, false /* re_request */, move (check_sha), move (pr.pull_request.head_sha) /* report_sha */, |