Values.EvaluationSourceReturns information about the approval rules applied to a pull request and whether conditions have been met.
type nonrec t = {approved : Approved.t option;Whether the state of the pull request is approved.
*)overridden : Overridden.t option;Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.
*)approvalRulesSatisfied : ApprovalRulesSatisfiedList.t option;The names of the approval rules that have had their conditions met.
*)approvalRulesNotSatisfied : ApprovalRulesNotSatisfiedList.t option;The names of the approval rules that have not had their conditions met.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Approved.t
| `List of [> `String of ApprovalRuleName.t ] list ])
list ]