Pull Request Filter Comment Control
enum PullRequestFilterCommentControl : Enum<PullRequestFilterCommentControl> , ConvertibleToJava<PullRequestFilterCommentControl>
Configure builds to run whether a repository owner or collaborator need to comment /gcbrun
.
Entries
Link copied to clipboard
Do not require comments on Pull Requests before builds are triggered.
Link copied to clipboard
Enforce that repository owners or collaborators must comment on Pull Requests before builds are triggered.
Link copied to clipboard
Enforce that repository owners or collaborators must comment on external contributors' Pull Requests before builds are triggered.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.