Module Values.DisassociateApprovalRuleTemplateFromRepositoryInputSource

Removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. This does not delete any approval rules previously created for pull requests through the template association.

Sourcetype nonrec t = {
  1. approvalRuleTemplateName : ApprovalRuleTemplateName.t;
    (*

    The name of the approval rule template to disassociate from a specified repository.

    *)
  2. repositoryName : RepositoryName.t;
    (*

    The name of the repository you want to disassociate from the template.

    *)
}
Sourceval context_ : string
Sourceval make : approvalRuleTemplateName:ApprovalRuleTemplateName.t -> repositoryName:RepositoryName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApprovalRuleTemplateName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t