diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-26 07:18:33 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 58c7e3d3f0a00046b98be80e57d66ae436963b69 (patch) | |
tree | bf36a666630a1c3f1867711ac8d7b267bae22c1a /mod/mod-ci-github-gh.hxx | |
parent | 93611a54aeaea329ed9e086a8e0b2722fd90163b (diff) |
Support GitHub conclusion in check run create/update
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r-- | mod/mod-ci-github-gh.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx index 7d10a15..45b5359 100644 --- a/mod/mod-ci-github-gh.hxx +++ b/mod/mod-ci-github-gh.hxx @@ -81,6 +81,9 @@ namespace brep build_state gh_from_status (const string&); + string + gh_to_conclusion (result_status); + // Create a check_run name from a build. If the second argument is not // NULL, return an abbreviated id if possible. // |