View source: R/codecommit_operations.R
codecommit_create_pull_request | R Documentation |
Creates a pull request in the specified repository.
See https://www.paws-r-sdk.com/docs/codecommit_create_pull_request/ for full documentation.
codecommit_create_pull_request(
title,
description = NULL,
targets,
clientRequestToken = NULL
)
title |
[required] The title of the pull request. This title is used to identify the pull request to other users in the repository. |
description |
A description of the pull request. |
targets |
[required] The targets for the pull request, including the source of the code to be reviewed (the source branch) and the destination where the creator of the pull request intends the code to be merged after the pull request is closed (the destination branch). |
clientRequestToken |
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token. The Amazon Web ServicesSDKs prepopulate client request tokens. If you are using an Amazon Web ServicesSDK, an idempotency token is created for you. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.