View source: R/codecommit_operations.R
codecommit_evaluate_pull_request_approval_rules | R Documentation |
Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
See https://www.paws-r-sdk.com/docs/codecommit_evaluate_pull_request_approval_rules/ for full documentation.
codecommit_evaluate_pull_request_approval_rules(pullRequestId, revisionId)
pullRequestId |
[required] The system-generated ID of the pull request you want to evaluate. |
revisionId |
[required] The system-generated ID for the pull request revision. To retrieve the
most recent revision ID for a pull request, use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.