detect_flaky_tests
Analyze GitHub Actions run history to detect flaky jobs on a branch, helping identify unreliable CI tests.
Instructions
Analyze run history to detect flaky jobs on a branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub repo owner or org | |
| repo | Yes | GitHub repo name | |
| branch | Yes | Branch to analyze | |
| limit | No | Number of runs to analyze |