-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
27 lines (23 loc) · 1.53 KB
/
CODEOWNERS
File metadata and controls
27 lines (23 loc) · 1.53 KB
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
# CODEOWNERS - Defines who must review and approve PRs for specific files/paths
# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# IMPORTANT: Rules are evaluated top-to-bottom, and the LAST matching pattern takes precedence.
# This means more specific rules should be placed AFTER general rules.
# =============================================================================
# DEFAULT OWNERS
# =============================================================================
# The PAK (Product Area Knowledge) team and Cloud Codeowners own all files by default.
# Any PR that doesn't match a more specific rule below will require their review.
* @Coalfire-CF/azure-pak-owners @Coalfire-CF/CS-Azure-Codeowners
# =============================================================================
# GITHUB WORKFLOWS & ACTIONS
# =============================================================================
# The CoalForge team manages all CI/CD workflows and GitHub Actions.
# Changes to automation should be reviewed by the platform team.
/.github/workflows/ @Coalfire-CF/cs-coalforge
# =============================================================================
# LICENSE & LEGAL
# =============================================================================
# License changes require department head approval due to legal implications.
# This ensures proper oversight for any licensing modifications.
LICENSE @douglas-f