github_repository_pull_requests

Use this data source to retrieve information about multiple GitHub Pull Requests in a repository.

Example Usage

data "github_repository_pull_requests" "example" {
    base_repository = "example-repository"
    base_ref        = "main"
    sort_by         = "updated"
    sort_direction  = "desc"
    state           = "open"
}

Argument Reference

Attributes Reference