33 lines
919 B
Plaintext
33 lines
919 B
Plaintext
# 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
|