configure_codeowners
Define code owners for specific paths by updating the .github/codeowners file, ensuring proper review approvals.
Instructions
update the .github/codeowners file to define who can approve changes to specific paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | path pattern (e.g., 'organisation.md', 'CONTEXT/', '*.md') | |
| owners | Yes | github usernames or team names, space-separated (e.g., '@alice @bob' or '@org/team') | |
| message | No | description of why this ownership is being added/changed |