-
Notifications
You must be signed in to change notification settings - Fork 695
Expand file tree
/
Copy pathCODEOWNERS
More file actions
51 lines (38 loc) · 1.65 KB
/
CODEOWNERS
File metadata and controls
51 lines (38 loc) · 1.65 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Teams
#
# cncf/cncf-projects - cncf projects team staff
# cncf/cncf-toc - both TOC & TOC Shadows
# cncf/cncf-toc-voters - JUST the TOC
# cncf/tag-*-leads - TAG leads for each TAG
#
# teams config: https://github.com/cncf/people/blob/main/config.yaml
# default for catch all approvals
* @cncf/cncf-projects @cncf/cncf-toc-voters
# items related to the generator
/generator @cncf/cncf-projects
go.mod @cncf/cncf-projects
go.sum @cncf/cncf-projects
# TOC
# other items in the root should default to catch-all
/governance @cncf/cncf-toc
/operations @cncf/cncf-toc
/process @cncf/cncf-toc
/projects @cncf/cncf-toc
/resources @cncf/cncf-toc
/tags @cncf/cncf-toc
/toc_subprojects @cncf/cncf-toc
# TAGs have ownership of their subdirectories
/tags/tag-developer-experience @cncf/tag-developer-experience-leads
/tags/tag-infrastructure @cncf/tag-infrastructure-leads
/tags/tag-operational-resilience @cncf/tag-operational-resilience-leads
/tags/tag-security-and-compliance @cncf/tag-security-compliance-leads
/tags/tag-workloads-foundation @cncf/tag-workloads-foundation-leads
# TAG Security and Compliance should review project Security Assessments
/projects/*/security-assessment @cncf/tag-security-compliance-leads
# all charters should be reviewed by the TOC
**/charter.md @cncf/cncf-toc
# Projects team should be the only group to approve CODEOWNERS changes
# All general permissions should be handled through github group membership
/.github/CODEOWNERS @cncf/cncf-projects
# Initiatives may set up additional codeowners for their own subdirectories
/tags/tag-security-and-compliance/initiatives/supply-chain-insights/ evankanderson halcyondude jpower432 krol3 brandtkeller