Skip to content

Commit

Permalink
validate
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Nov 27, 2023
1 parent 420cfe0 commit 21b794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/github/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (c *client) processPREvent(h *library.Hook, payload *github.PullRequestEven

return &types.Webhook{
PullRequest: types.PullRequest{
Number: payload.GetNumber(),
Number: payload.GetNumber(),
},
Hook: h,
Repo: r,
Expand Down

0 comments on commit 21b794f

Please sign in to comment.