-
Notifications
You must be signed in to change notification settings - Fork 178
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (34 loc) · 2.14 KB
/
CODEOWNERS
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
############################################################
# See https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
#
# Team Pods
#
# Workspace: @dvoytenko @wassgha @barklund @miina @obetomuniz @ndev1991 @merapi
#
# WordPress & Infrastructure: @swissspidy @spacedmonkey
#
# Dashboard & Templates: @carlos-kelly @BrittanyIRL @mariano-formidable @littlemilkstudio
#
# NOTE: Most owners are currently commented out since we cannot currently use GitHub team aliases.
#
############################################################
# Global owners, default owners for everything in the repo
#* @swissspidy
# General Infrastructure
__mocks__ @swissspidy @spacedmonkey
.github/ @swissspidy @spacedmonkey
.storybook/ @swissspidy @spacedmonkey
bin/ @swissspidy @spacedmonkey
.* @swissspidy @spacedmonkey
/*.js @swissspidy @spacedmonkey
/*.yml @swissspidy @spacedmonkey
/*.json @swissspidy @spacedmonkey
/*.lock @swissspidy @spacedmonkey
/*.xml @swissspidy @spacedmonkey
/*.dist @swissspidy @spacedmonkey
# All server-side logic (WordPress)
*.php @swissspidy @spacedmonkey
/tests/phpstan @swissspidy @spacedmonkey
/tests/phpunit @swissspidy @spacedmonkey
# WordPress.org plugin directory readme file.
readme.txt @swissspidy @choumx