Skip to content

Commit

Permalink
fix: codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstokes committed Oct 10, 2024
1 parent 5adabea commit d94c1a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* @newrelic/k8s-agents

# APM team owned directories
/src/apm/dotnet.go @newrelic/dotnet
/src/apm/golang.go @newrelic/go-agent
/src/apm/javaagent.go @newrelic/java-agent
/src/apm/nodejs.go @newrelic/node-js-agent
/src/apm/php.go @newrelic/php-agent
/src/apm/python.go @newrelic/python
/src/apm/ruby.go @newrelic/ruby-agent
/src/apm/dotnet*.go @newrelic/dotnet
/src/apm/golang*.go @newrelic/go
/src/apm/java*.go @newrelic/java
/src/apm/nodejs*.go @newrelic/node
/src/apm/php*.go @newrelic/phpc
/src/apm/python*.go @newrelic/python
/src/apm/ruby*.go @newrelic/ruby

0 comments on commit d94c1a8

Please sign in to comment.