Branch Protection Required Pull Request Review Args
data class BranchProtectionRequiredPullRequestReviewArgs(val dismissStaleReviews: Output<Boolean>? = null, val dismissalRestrictions: Output<List<String>>? = null, val pullRequestBypassers: Output<List<String>>? = null, val requireCodeOwnerReviews: Output<Boolean>? = null, val requireLastPushApproval: Output<Boolean>? = null, val requiredApprovingReviewCount: Output<Int>? = null, val restrictDismissals: Output<Boolean>? = null) : ConvertibleToJava<BranchProtectionRequiredPullRequestReviewArgs>
Constructors
Link copied to clipboard
fun BranchProtectionRequiredPullRequestReviewArgs(dismissStaleReviews: Output<Boolean>? = null, dismissalRestrictions: Output<List<String>>? = null, pullRequestBypassers: Output<List<String>>? = null, requireCodeOwnerReviews: Output<Boolean>? = null, requireLastPushApproval: Output<Boolean>? = null, requiredApprovingReviewCount: Output<Int>? = null, restrictDismissals: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Require x number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. This requirement matches GitHub's API, see the upstream documentation for more information. (https://developer.github.com/v3/repos/branches/#parameters-1) for more information.
Link copied to clipboard