You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
584 B

2 days ago
# 将此文件复制为仓库根目录的 CODEOWNERS,并把占位账号替换为 Gitea 用户或团队。
# 启用前必须确认 Gitea 版本已支持 CODEOWNERS 审核规则;不要保留 @backend-owner 等占位符。
# 全局兜底
* @backend-owner
# 公共与高冲突区
/pom.xml @tech-lead
/settings.xml @tech-lead
/crm-base/ @platform-owner
/crm-auth/ @security-owner
/deploy/ @ops-owner
/docker-compose.yml @ops-owner
/nginx/ @ops-owner
/.gitea/ @tech-lead
# 业务模块示例
/crm-customer/ @customer-owner
/crm-lead/ @lead-owner
/crm-opportunity/ @opportunity-owner