From 926be8a4758dca4ef232da08b2795ecfa29f4c2c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Dec 2024 10:07:42 +0200 Subject: Add more test scenarios for GitHub CI --- mod/mod-ci-github.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index 854ce7e..1a1329d 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -277,7 +277,7 @@ namespace brep // Note: "GitHub continues to add new event types and new actions to // existing event types." As a result we ignore known actions that we are // not interested in and log and ignore unknown actions. The thinking here - // is that we want be "notified" of new actions at which point we can + // is that we want to be "notified" of new actions at which point we can // decide whether to ignore them or to handle. // if (event == "check_suite") @@ -513,6 +513,8 @@ namespace brep throw invalid_request (400, move (m)); } + // Note that the push request event has no action. + // return handle_push_request (move (ps)); } else -- cgit v1.1