-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (21 loc) · 852 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (21 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Global code owners for the Open Resource Broker
# These users will be automatically requested for review when PRs are opened
# Default owners for everything in the repo
* @awslabs/orb-maintainers
# Specific ownership for critical files
/.github/ @awslabs/orb-maintainers
/pyproject.toml @awslabs/orb-maintainers
/Dockerfile @awslabs/orb-maintainers
/src/_version.py @awslabs/orb-maintainers
/src/_package.py @awslabs/orb-maintainers
# Documentation
/docs/ @awslabs/orb-maintainers
/README.md @awslabs/orb-maintainers
# Security and CI/CD
/.github/workflows/ @awslabs/orb-maintainers
/.github/dependabot.yml @awslabs/orb-maintainers
/dev-tools/security/ @awslabs/orb-maintainers
# Container and deployment
/Dockerfile @awslabs/orb-maintainers
/deployment/ @awslabs/orb-maintainers
/dev-tools/container/container_build.sh @awslabs/orb-maintainers