Values.OriginApprovalRuleTemplateSourceReturns information about the template that created the approval rule for a pull request.
type nonrec t = {approvalRuleTemplateId : ApprovalRuleTemplateId.t option;The ID of the template that created the approval rule.
*)approvalRuleTemplateName : ApprovalRuleTemplateName.t option;The name of the template that created the approval rule.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ApprovalRuleTemplateId.t ]) list ]