Skip to content

Commit

Permalink
+ [feat]: Update PullReqReview Payload
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Jun 13, 2024
1 parent ddbed3c commit 03f7306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import "github.com/easysoft/gitfox-webhooks"
package main

import (
"log"
"net/http"

"github.com/easysoft/gitfox-webhooks/gitfox"
Expand Down
1 change: 1 addition & 0 deletions gitfox/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ type ReviewerSegment struct {

type PullReqReviewSubmittedPayload struct {
BaseSegment
PullReqSegment
Author *PrincipalInfo
Reviewer *PrincipalInfo
Decision string
Expand Down

0 comments on commit 03f7306

Please sign in to comment.