requiresCommentApproval property

Input<String> requiresCommentApproval
final

Specifies when comment-based approval is required before triggering a build on pull requests. Valid values are: DISABLED, ALL_PULL_REQUESTS, and FORK_PULL_REQUESTS.

Implementation

final pulumi.Input<String> requiresCommentApproval;