View source: R/codecommit_operations.R
codecommit_create_pull_request_approval_rule | R Documentation |
Creates an approval rule for a pull request.
See https://www.paws-r-sdk.com/docs/codecommit_create_pull_request_approval_rule/ for full documentation.
codecommit_create_pull_request_approval_rule(
pullRequestId,
approvalRuleName,
approvalRuleContent
)
pullRequestId |
[required] The system-generated ID of the pull request for which you want to create the approval rule. |
approvalRuleName |
[required] The name for the approval rule. |
approvalRuleContent |
[required] The content of the approval rule, including the number of approvals needed and the structure of an approval pool defined for approvals, if any. For more information about approval pools, see the CodeCommit User Guide. When you create the content of the approval rule, you can specify approvers in an approval pool in one of two ways:
For more information about IAM ARNs, wildcards, and formats, see IAM Identifiers in the IAM User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.