Values.GitConfigurationSourceA type of trigger configuration for Git-based source actions. You can specify the Git configuration trigger type for all third-party Git-based source actions that are supported by the CodeStarSourceConnection action type.
type nonrec t = {sourceActionName : ActionName.t;The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only. You can only specify one trigger configuration per source action.
*)push : GitPushFilterList.t option;The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
*)pullRequest : GitPullRequestFilterList.t option;The field where the repository event that will start the pipeline is specified as pull requests.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `List of
[> `String of GitTagNamePattern.t ] list ])
list ])
list ]
list
| `String of ActionName.t ])
list ]