diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-30 14:38:08 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | a05f09a08fe14f1c9a896975cfa3aed605574695 (patch) | |
tree | 497d72b6b4f9d2e5b61e68e03b373ff1e80b431f /mod/mod-ci-github.hxx | |
parent | 47dd5a71330556342c765ba282d7acdec5c4d75a (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index b16085e..6bb01e3 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -66,6 +66,11 @@ namespace brep bool handle_check_suite_request (gh_check_suite_event, bool warning_success); + // Build a check run details_url for a build. + // + string + details_url (const build&) const; + optional<string> generate_jwt (const basic_mark& trace, const basic_mark& error) const; |