codecommit_list_pull_requests: Returns a list of pull requests for a specified repository

View source: R/codecommit_operations.R

codecommit_list_pull_requestsR Documentation

Returns a list of pull requests for a specified repository

Description

Returns a list of pull requests for a specified repository. The return list can be refined by pull request status or pull request author ARN.

See https://www.paws-r-sdk.com/docs/codecommit_list_pull_requests/ for full documentation.

Usage

codecommit_list_pull_requests(
  repositoryName,
  authorArn = NULL,
  pullRequestStatus = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

repositoryName

[required] The name of the repository for which you want to list pull requests.

authorArn

Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user.

pullRequestStatus

Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.

nextToken

An enumeration token that, when provided in a request, returns the next batch of the results.

maxResults

A non-zero, non-negative integer used to limit the number of returned results.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.