find_chromium_owners_file
Locate OWNERS files for Chromium source code files by searching up the directory tree to identify code reviewers and maintainers.
Instructions
Find OWNERS files for a given file path in Chromium source code by searching up the directory tree
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to find OWNERS for (e.g., 'chrome/browser/ui/browser.cc') |