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

The path to the workflow YAML definition file.

Link copied to clipboard
val ref: String? = null

The ref (branch or tag) of the workflow file to use.

Link copied to clipboard

The repository in which the workflow is defined.