github_repository_pull_request

Use this data source to retrieve information about a specific GitHub Pull Request in a repository.

Example Usage

data "github_repository_pull_request" "example" {
    base_repository = "example_repository"
    number          = 1
}

Argument Reference

Attributes Reference