Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jun 1, 2022
1 parent 71c0cce commit f7f465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/json_raw_results.go
Expand Up @@ -56,7 +56,7 @@ type jsonTool struct {
}

type jsonBranchProtectionSettings struct {
RequiredApprovingReviewCount *int `json:"requiredReviewerCount"`
RequiredApprovingReviewCount *int32 `json:"requiredReviewerCount"`
AllowsDeletions *bool `json:"allowsDeletions"`
AllowsForcePushes *bool `json:"allowsForcePushes"`
RequiresCodeOwnerReviews *bool `json:"requiresCodeOwnerReview"`
Expand Down

0 comments on commit f7f465f

Please sign in to comment.