We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbed3c commit 03f7306Copy full SHA for 03f7306
README.md
@@ -22,7 +22,6 @@ import "github.com/easysoft/gitfox-webhooks"
22
package main
23
24
import (
25
- "log"
26
"net/http"
27
28
"github.com/easysoft/gitfox-webhooks/gitfox"
gitfox/types.go
@@ -180,6 +180,7 @@ type ReviewerSegment struct {
180
181
type PullReqReviewSubmittedPayload struct {
182
BaseSegment
183
+ PullReqSegment
184
Author *PrincipalInfo
185
Reviewer *PrincipalInfo
186
Decision string
0 commit comments