find_regression_pr_or_commit
Identify the regression commit and associated pull request that introduced a CI failure given the failed run ID, owner, and repository.
Instructions
Find likely regression commit and related pull request for a failed run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub repo owner or org | |
| repo | Yes | GitHub repo name | |
| run_id | Yes | The failed run ID |