Merge pull request #5274 from alexrp/profiler-call-contexts
[mono.git] / CODEOWNERS
index 827f2d9f7b2645189efa2616f847ddee285b1782..4a0ef8ae08148a62b958c1d4174838ad14bf1b84 100644 (file)
 # https://github.com/blog/2392-introducing-code-owners
 # https://help.github.com/articles/about-codeowners
 
-acceptance-tests/profiler-stress @alexrp
+acceptance-tests/* @akoeplinger
+acceptance-tests/profiler-stress* @alexrp
 docs/sources/mono-api-profiler.html @alexrp
 man/mprof-report.1 @alexrp
+mcs/build @marek-safar
+mcs/class @marek-safar
+mcs/errors @marek-safar
+mcs/mcs @marek-safar
+mcs/tests @marek-safar
+mcs/class/corlib/System.Reflection*/ @vargaz @lambdageek
+mcs/class/Mono.Debugger.Soft @vargaz
+mcs/class/Mono.Options @jonpryor
 mcs/class/Mono.Profiler.Log @alexrp
 mono/metadata/profiler* @alexrp
+mono/metadata/threads* @luhenry @kumpera
+mono/metadata/threadpool* @luhenry
+mono/metadata/w32* @luhenry
+mono/mini/profiler* @alexrp
 mono/profiler @alexrp
 mono/utils/atomic* @alexrp
 mono/utils/mono-hwcap* @alexrp
 mono/utils/mono-mem* @alexrp
+mono/utils/mono-threads* @luhenry @kumpera
 msvc/*profiler* @alexrp
+packaging/Windows @akoeplinger
 samples/profiler @alexrp
 samples/size @alexrp
+scripts/ci/run-jenkins.sh @akoeplinger
+scripts/ci/run-test-acceptance-tests.sh @akoeplinger
+scripts/ci/run-test-default.sh @akoeplinger
 scripts/ci/run-test-profiler-stress-tests.sh @alexrp
+scripts/ci/util.sh @akoeplinger