-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCODEOWNERS
31 lines (24 loc) · 887 Bytes
/
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
# Default permissions for all files not matched below
* @newrelic/dotnet @newrelic/go @newrelic/java @newrelic/node @newrelic/phpc @newrelic/python @newrelic/ruby
# Team based ownership
/.github/workflows/dotnet.yml @newrelic/dotnet
/src/dotnet/ @newrelic/dotnet
/tests/dotnet/ @newrelic/dotnet
/.github/workflows/go.yml @newrelic/go
/src/go/ @newrelic/go
/tests/go/ @newrelic/go
/.github/workflows/java.yml @newrelic/java
/src/java/ @newrelic/java
/tests/java/ @newrelic/java
/.github/workflows/nodejs.yml @newrelic/node
/src/nodejs/ @newrelic/node
/tests/nodejs/ @newrelic/node
/.github/workflows/php.yml @newrelic/phpc
/src/php/ @newrelic/phpc
/tests/php/ @newrelic/phpc
/.github/workflows/python.yml @newrelic/python
/src/python/ @newrelic/python
/tests/python/ @newrelic/python
/.github/workflows/ruby.yml @newrelic/ruby
/src/ruby/ @newrelic/ruby
/tests/ruby/ @newrelic/ruby