Add code ownership and review requirements
Compliance requirement: Code review supervision (SEC WSPs)
🤖 Generated with Claude Code
This commit is contained in:
32
.github/CODEOWNERS
vendored
Normal file
32
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Code Owners - BlackRoad OS
|
||||
#
|
||||
# These owners will be automatically requested for review when someone
|
||||
# opens a pull request that modifies code in specific areas.
|
||||
#
|
||||
# Each line is a file pattern followed by one or more owners.
|
||||
|
||||
# Global ownership
|
||||
* @blackboxprogramming
|
||||
|
||||
# Compliance and security
|
||||
/compliance/** @blackboxprogramming
|
||||
/security/** @blackboxprogramming
|
||||
/.github/SECURITY.md @blackboxprogramming
|
||||
/SECURITY.md @blackboxprogramming
|
||||
|
||||
# Documentation
|
||||
/docs/** @blackboxprogramming
|
||||
/README.md @blackboxprogramming
|
||||
/CONTRIBUTING.md @blackboxprogramming
|
||||
|
||||
# Infrastructure and deployment
|
||||
/infrastructure/** @blackboxprogramming
|
||||
/.github/workflows/** @blackboxprogramming
|
||||
/terraform/** @blackboxprogramming
|
||||
/cloudflare/** @blackboxprogramming
|
||||
|
||||
# Critical configuration files
|
||||
/.github/** @blackboxprogramming
|
||||
/package.json @blackboxprogramming
|
||||
/tsconfig.json @blackboxprogramming
|
||||
/wrangler.toml @blackboxprogramming
|
||||
Reference in New Issue
Block a user