diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-31 10:56:42 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-01 13:42:28 +0200 |
commit | 94e18a92a97f685070ddfd87cacfbda02396ca62 (patch) | |
tree | 419e088113bd82e9d74b0e7d48a0f761ab5bc825 /mod/mod-ci-github.cxx | |
parent | e5b50ebc00573189f258befcd0c6b17b7d78ef8a (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index 5417f7c..a6ad4bc 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -778,10 +778,10 @@ namespace brep pr.installation.id, move (pr.repository.node_id), move (pr.repository.clone_url), - pr.pull_request.node_id, kind, true /* pre_check */, false /* re_request */, move (check_sha), move (pr.pull_request.head_sha) /* report_sha */, + pr.pull_request.node_id, pr.pull_request.number); // Create an unloaded CI tenant for the pre-check phase (during which we |