github_repos_codeowners_errors
Identify errors in a repository's CODEOWNERS file. Specify owner, repo, and optionally a ref to check for invalid patterns or owners.
Instructions
List CODEOWNERS errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| ref | No | A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository's default branch (e.g. `main`) |