Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Brezae <brezaevlad@gmail.com>2019-10-01 15:58:51 +0300
committerMarek Safar <marek.safar@gmail.com>2019-10-01 17:40:48 +0300
commit5af0ad900c2951752d0896019d4024ae92dee05c (patch)
tree54cd6c648714f6c5ed8688305411adb274c8a3d9 /.github
parentdb2e8ea79f5337fb5f457150a781dbd5edfb6ffa (diff)
Update codeowners
Get notifications for profiler and exceptions.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8e8feca95a7..a0ce67e21c7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -15,7 +15,7 @@
# Order is important. The last matching pattern has the most precedence.
/acceptance-tests @akoeplinger @kg
-/acceptance-tests/profiler-stress* @alexrp @akoeplinger
+/acceptance-tests/profiler-stress* @BrzVlad @akoeplinger
/data @directhex @akoeplinger
/data/gdb @lewurm @vargaz
@@ -23,7 +23,7 @@
/docs @marek-safar @akoeplinger
/docs/riscv.md @alexrp @lewurm
-/docs/sources/mono-api-profiler.html @alexrp
+/docs/sources/mono-api-profiler.html @BrzVlad
/external @akoeplinger @marek-safar
/external/api-snapshot @marek-safar @akoeplinger
@@ -43,7 +43,7 @@
/llvm @vargaz @SamMonoRT @imhameed
/man @marek-safar @miguel
-/man/*prof* @alexrp
+/man/*prof* @BrzVlad
/mcs @marek-safar @akoeplinger @egorbo
@@ -95,18 +95,18 @@
/mono/mini @vargaz @lewurm @lambdageek @SamMonoRT
/mono/mini/*cfgdump* @lewurm @vargaz
-/mono/mini/*exceptions* @lewurm @vargaz
+/mono/mini/*exceptions* @lewurm @vargaz @BrzVlad
/mono/mini/*ppc* @lewurm @vargaz
/mono/mini/*riscv* @alexrp @lewurm
/mono/mini/*type-check* @lewurm @lambdageek
/mono/mini/*llvm* @vargaz @imhameed
/mono/mini/interp/* @lewurm @BrzVlad
-/mono/mini/*profiler* @alexrp @lambdageek
+/mono/mini/*profiler* @BrzVlad @lambdageek
/mono/mini/debugger-agent.c @vargaz @thaystg @DavidKarlas @lambdageek
/mono/native @baulig @egorbo @alexischr @marek-safar
-/mono/profiler @alexrp @lambdageek
+/mono/profiler @BrzVlad @lambdageek
/mono/sgen @BrzVlad @lambdageek
@@ -130,7 +130,7 @@
/runtime @akoeplinger @marek-safar
/samples @lambdageek @lewurm
-/samples/profiler @alexrp @lambdageek
+/samples/profiler @BrzVlad @lambdageek
/samples/size @alexrp @lambdageek
/scripts @akoeplinger @directhex