diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-18 09:07:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-18 09:07:56 +0200 |
commit | e142ce121abc666dfba0dab686f54850934443a1 (patch) | |
tree | 8e382779db362499cf9ff7ecd17e832c0dde2a06 /mod/mod-ci-github-gq.cxx | |
parent | b03540a7dc9d47c3c6e095a5dfae848770d5feff (diff) |
Sketch new handle_check_run_rerequest() logicci-github-2
Diffstat (limited to 'mod/mod-ci-github-gq.cxx')
-rw-r--r-- | mod/mod-ci-github-gq.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mod/mod-ci-github-gq.cxx b/mod/mod-ci-github-gq.cxx index 4d1c583..0868987 100644 --- a/mod/mod-ci-github-gq.cxx +++ b/mod/mod-ci-github-gq.cxx @@ -573,23 +573,6 @@ namespace brep return r; } - bool - gq_update_or_create_check_run (const basic_mark& error, - check_run& cr, - const string& iat, - const string& rid, - const optional<string>& nid, - const string& hs, - const optional<string>& du, - build_state st, - optional<gq_built_result> br) - { - if (nid) - return gq_update_check_run (error, cr, iat, rid, *nid, du, st, br); - else - return gq_create_check_run (error, cr, iat, rid, hs, du, st, br); - } - // Serialize a GraphQL query that fetches a pull request from GitHub. // static string |