This commit is contained in:
Adam Majer 2024-07-10 10:27:00 +02:00
parent 30d4c387a9
commit 9aa0a6c576

View File

@ -57,7 +57,7 @@ PullRequest: %s#%d`, req.Repository.Name, GitAuthor, req.Repository.Name, req.Pu
}
func processPullRequest(h *common.RequestHandler) error {
req := h.Data.(common.PullRequestAction)
req := h.Data.(*common.PullRequestAction)
switch req.Action {
case "created":