.ush
This commit is contained in:
@@ -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":
|
||||
|
Reference in New Issue
Block a user