Trigger Github Pull Request
data class TriggerGithubPullRequest(val branch: String, val commentControl: String? = null, val invertRegex: Boolean? = null)
Constructors
Link copied to clipboard
fun TriggerGithubPullRequest(branch: String, commentControl: String? = null, invertRegex: Boolean? = null)