CODEOWNERS
CODEOWNERS is the file format originally introduced by GitHub and later adopted by GitLab, Bitbucket Cloud, Gitea, and Azure Repos that lets a repository declare which individuals or teams are responsible for a path or pattern within the codebase. Platforms use it to auto-request reviews on pull/merge requests, enforce required approvals via branch protection or push rules, and route pings on issues. The file is plain text with one rule per line - a glob pattern followed by one or more owner handles (`@username` or `@org/team`) or email addresses. Comments start with `#` and the last matching pattern wins.
CODEOWNERS is profiled on the APIs.io network. Tagged areas include Access Control, Automation, Code Review, Governance, and Repository File.
CODEOWNERS’s developer surface includes documentation, tooling, and 5 more developer resources.
Kin Score
Resources
Documentation 5
Reference material describing how the API behaves
Build 2
SDKs, sample code, and the tooling you integrate with