diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-24 10:00:08 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 8576cbed127d53432ac20144d70ae7a7de4f4e74 (patch) | |
tree | db0ff494d48a99191a04078d50e31f9711d76083 /mod/mod-ci-github-gh.hxx | |
parent | c16410d19ea96e82a8adb164635411df54a8be53 (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.hxx | 5 |
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 { |