diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-29 10:51:12 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 0ab2f6b15d9d7cada6530ceeef9df203a4ba2fcf (patch) | |
tree | f3dea74babd429a985c75902a7702347c261d21a /mod/mod-ci-github.hxx | |
parent | 4bcadc03c96bebd2391736e49c92b873d57cfc8e (diff) |
Handle warning_success webhook query parameter
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 07feca8..b16085e 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -60,8 +60,11 @@ namespace brep // Handle the check_suite event `requested` and `rerequested` actions. // + // If warning_success is true, then map result_status::warning to SUCCESS + // and to FAILURE otherwise. + // bool - handle_check_suite_request (gh_check_suite_event); + handle_check_suite_request (gh_check_suite_event, bool warning_success); optional<string> generate_jwt (const basic_mark& trace, const basic_mark& error) const; |