find_tests_for_change
Identify the tests that should run for a file change, ensuring validation before merging.
Instructions
Analyze a file path and identify the test files that should be run to validate changes to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum test recommendations to return. Defaults to 20. | |
| path | Yes | The repository-relative path of the file being changed. |