-
-
Notifications
You must be signed in to change notification settings - Fork 353
Expand file tree
/
Copy pathCODEOWNERS
More file actions
13 lines (11 loc) · 623 Bytes
/
CODEOWNERS
File metadata and controls
13 lines (11 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Code owners are automatically requested for review when someone opens
# a pull request that modifies code that they own.
#
# Read more about it here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#===============================================================================
# Any changes to web/ and recursively all the files and subdirectories will
# require a code owner review.
web/** link-ghost
# Any changes to infra/ and recursively all the files and subdirectories will
# require a code owner review.
infra/** link-