diff --git a/pkg/json_raw_results.go b/pkg/json_raw_results.go index 6e5894d3390..07557338696 100644 --- a/pkg/json_raw_results.go +++ b/pkg/json_raw_results.go @@ -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"`