-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f97b2d
commit 811a3e0
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Default permissions for all files not matched below | ||
* @newrelic/dotnet @newrelic/go-agent @newrelic/java-agent @newrelic/node-js-agent @newrelic/php-agent @newrelic/python @newrelic/ruby-agent | ||
|
||
# Team based ownership | ||
/.github/workflows/dotnet.yml @newrelic/dotnet | ||
/src/dotnet/ @newrelic/dotnet | ||
/tests/dotnet/ @newrelic/dotnet | ||
|
||
/.github/workflows/go.yml @newrelic/go-agent | ||
/src/go/ @newrelic/go-agent | ||
/tests/go/ @newrelic/go-agent | ||
|
||
/.github/workflows/java.yml @newrelic/java-agent | ||
/src/java/ @newrelic/java-agent | ||
/tests/java/ @newrelic/java-agent | ||
|
||
/.github/workflows/nodejs.yml @newrelic/node-js-agent | ||
/src/nodejs/ @newrelic/node-js-agent | ||
/tests/nodejs/ @newrelic/node-js-agent | ||
|
||
/.github/workflows/php.yml @newrelic/php-agent | ||
/src/php/ @newrelic/php-agent | ||
/tests/php/ @newrelic/php-agent | ||
|
||
/.github/workflows/python.yml @newrelic/python | ||
/src/python/ @newrelic/python | ||
/tests/python/ @newrelic/python | ||
|
||
/.github/workflows/ruby.yml @newrelic/ruby-agent | ||
/src/ruby/ @newrelic/ruby-agent | ||
/tests/ruby/ @newrelic/ruby-agent |