get_pull_request_checks
Summarize latest status checks and policy evaluations for a pull request, surfacing pipeline and run identifiers to identify blocking validations and enable deeper failure inspection.
Instructions
Summarize the latest status checks and policy evaluations for a pull request.
Surfaces pipeline and run identifiers so you can jump straight to the blocking validation.
Pair with pipeline tools (e.g., get_pipeline_run, pipeline_timeline) to inspect failures in depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| pullRequestId | Yes | The ID of the pull request |