返回 CodeWhale
CODEOWNERS
根目录 / .github / CODEOWNERS
1 # Default owner for everything in the repo.
2 * @Hmbown
3
4 # AI code review is advisory and not wired through CODEOWNERS: GitHub CODEOWNERS
5 # only accepts users and teams, not bots. @Hmbown stays the human code owner.
6 # - Claude: .github/workflows/claude-review.yml (GitHub Actions).
7 # - Codex/ChatGPT: the ChatGPT Codex cloud integration (chatgpt.com/codex ->
8 # connect GitHub -> enable Code review), authed by the ChatGPT subscription.
9
9 lines Plain Text