aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gh.hxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-04-24 10:00:08 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-05-13 09:17:32 +0200
commitff10be1b6ff033ee1b270aa9f9a2ed469d422484 (patch)
treedbe67e7a6dca59dad07ea848df5621300fd95f8b /mod/mod-ci-github-gh.hxx
parent64b201cbb41885555320364d8c152482b4c47d30 (diff)
Don't pass build hints to build_building() or build_built()
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r--mod/mod-ci-github-gh.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx
index 0e4cf4e..7d10a15 100644
--- a/mod/mod-ci-github-gh.hxx
+++ b/mod/mod-ci-github-gh.hxx
@@ -21,6 +21,8 @@ namespace butl
namespace brep
{
+ using build_queued_hints = tenant_service_build_queued::build_queued_hints;
+
// GitHub request/response types (all start with gh_).
//
// Note that the GitHub REST and GraphQL APIs use different ID types and
@@ -83,8 +85,7 @@ namespace brep
// NULL, return an abbreviated id if possible.
//
string
- gh_check_run_name (const build&,
- const tenant_service_base::build_hints* = nullptr);
+ gh_check_run_name (const build&, const build_queued_hints* = nullptr);
struct gh_repository
{