diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-07 10:22:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-07 10:22:47 +0200 |
commit | 3b783e5fdfde4ed0807c4b088253250da5f08153 (patch) | |
tree | d485545d7e20a9e703deba59f6043102a158fa33 /mod/mod-ci-github.hxx | |
parent | 638ee7104f629757fe5f1e2c6dd92b999954aa44 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 45b97d5..aa601d2 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -89,7 +89,7 @@ namespace brep // and to FAILURE otherwise. // bool - handle_check_run_request (gh_check_run_event, bool warning_success); + handle_check_run_rerequest (gh_check_run_event, bool warning_success); // Handle the pull_request event `opened` and `synchronize` actions. // |