github_get_pr_checks
Retrieve CI/CD check runs and status for a specific pull request, using owner, repository, and pull number to monitor build and test results.
Instructions
Get CI/CD check runs and status for a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization) | |
| pull_number | Yes | Pull request number |