Module Values.EvaluatePullRequestApprovalRulesInputSource

Evaluates whether a pull request has met all the conditions specified in its associated approval rules.

Sourcetype nonrec t = {
  1. pullRequestId : PullRequestId.t;
    (*

    The system-generated ID of the pull request you want to evaluate.

    *)
  2. revisionId : RevisionId.t;
    (*

    The system-generated ID for the pull request revision. To retrieve the most recent revision ID for a pull request, use GetPullRequest.

    *)
}
Sourceval context_ : string
Sourceval make : pullRequestId:PullRequestId.t -> revisionId:RevisionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PullRequestId.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