.ush
This commit is contained in:
parent
30d4c387a9
commit
9aa0a6c576
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user