-
Notifications
You must be signed in to change notification settings - Fork 428
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (30 loc) · 1.75 KB
/
CODEOWNERS
File metadata and controls
34 lines (30 loc) · 1.75 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
# Each line is a file pattern followed by one or more owners.
# Require review by repo owners of changes to CODEOWNERS
CODEOWNERS @wolfi-dev/guarded-os-team-write
# Important CI and Repo configuration
.github/ @wolfi-dev/guarded-os-team-write
.github/chainguard/ @wolfi-dev/platform-team-write
.pre-commit-config.yaml @wolfi-dev/guarded-os-team-write
# Makefile and pipeline changes require approval of the Foundations squad.
Makefile @wolfi-dev/guarded-os-team-write
pipelines/ @wolfi-dev/guarded-os-team-write
# These packages require approval from the OS tream
binutils.yaml @wolfi-dev/guarded-os-team-write
ca-certificates.yaml @wolfi-dev/guarded-os-team-write
clang-*.yaml @wolfi-dev/guarded-os-team-write
gcc*.yaml @wolfi-dev/guarded-os-team-write
glibc.yaml @wolfi-dev/guarded-os-team-write
llvm*.yaml @wolfi-dev/guarded-os-team-write
openssf-compiler-options.yaml @wolfi-dev/guarded-os-team-write
openssf-compiler-options/ @wolfi-dev/guarded-os-team-write
openssh.yaml @wolfi-dev/guarded-os-team-write
openssl.yaml @wolfi-dev/guarded-os-team-write
# New perl releases may require a transition. Until that's automated:
perl.yaml @wolfi-dev/guarded-os-team-write
go-1.*.yaml @wolfi-dev/guarded-os-team-write
go-2.*.yaml @wolfi-dev/guarded-os-team-write
python*.yaml @wolfi-dev/guarded-os-team-write
python*/ @wolfi-dev/guarded-os-team-write
php-8.5.yaml @wolfi-dev/guarded-os-team-write
dotnet-*.yaml @wolfi-dev/guarded-os-team-write
ruby-*.yaml @wolfi-dev/guarded-os-team-write