OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflow

data class OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflow(val path: String, val ref: String? = null, val repositoryId: Int)

Constructors

constructor(path: String, ref: String? = null, repositoryId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(String) The path to the YAML definition file of the workflow.

Link copied to clipboard
val ref: String? = null

(String) The optional ref from which to fetch the workflow. Defaults to master.

Link copied to clipboard

The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with repository_name.