aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gq.hxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2025-01-17 15:24:46 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2025-01-20 11:29:59 +0200
commiteeb6dc48a187fae178741c59e86af2758e45c7ac (patch)
tree32b555a97916a0f7befbb2034948bd3613d56639 /mod/mod-ci-github-gq.hxx
parent96a8bc449cb7205b36dde1528f49e7a57d738a64 (diff)
ci-github: Remove details_url argument from gq_update_check_run()
We now always set details_url upon creation and it never needs to be updated again.
Diffstat (limited to 'mod/mod-ci-github-gq.hxx')
-rw-r--r--mod/mod-ci-github-gq.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/mod-ci-github-gq.hxx b/mod/mod-ci-github-gq.hxx
index 0d57325..0fc3817 100644
--- a/mod/mod-ci-github-gq.hxx
+++ b/mod/mod-ci-github-gq.hxx
@@ -92,8 +92,6 @@ namespace brep
// built to built is allowed). The latter case is signalled by setting the
// check_run state_synced member to false and the state member to built.
//
- // If the details_url is absent GitHub will use the app's homepage.
- //
// The gq_built_result is required if the build_state is built because
// GitHub does not allow a check run status of `completed` without at least
// a conclusion.
@@ -104,7 +102,6 @@ namespace brep
const string& installation_access_token,
const string& repository_id,
const string& node_id,
- const optional<string>& details_url,
build_state,
optional<gq_built_result> = nullopt);