From 30d4c387a9aaf1379d8b344d7ec046fd24df5eb13b0c511871c5f48998bc50f1 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 10 Jul 2024 10:23:51 +0200 Subject: [PATCH] . --- pr-review/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-review/main.go b/pr-review/main.go index 15a87a1..a1b338e 100644 --- a/pr-review/main.go +++ b/pr-review/main.go @@ -16,7 +16,7 @@ const ( ) func processPullRequestCreated(h *common.RequestHandler) error { - req := h.Data.(common.PullRequestAction) + req := h.Data.(*common.PullRequestAction) // requests against project are not handled here if req.Repository.Name == common.DefaultGitPrj {