diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c238be51868..09a0769adb2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -45,7 +45,7 @@ /src/mono/mono/mini/*riscv* @vargaz @lambdageek /src/mono/mono/mini/*type-check* @lambdageek /src/mono/mono/mini/debugger-agent.c @vargaz @thaystg @lambdageek -/src/mono/mono/mini/interp/* @BrzVlad @vargaz +/src/mono/mono/mini/interp/* @BrzVlad @vargaz @kotlarmilos /src/mono/mono/profiler @BrzVlad @lambdageek /src/mono/mono/sgen @BrzVlad @lambdageek @naricc diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 5f1c4614008..d10bb20f80c 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -95,7 +95,8 @@ "area-Codegen-Interpreter-mono" ], "mentionees": [ - "brzvlad" + "brzvlad", + "kotlarmilos" ] }, { diff --git a/docs/area-owners.md b/docs/area-owners.md index b9d03f1a85a..986fe6373e5 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -14,7 +14,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s | area-Codeflow | @dotnet/dnr-codeflow | @dotnet/dnr-codeflow | Used for automated PRs that ingest code from other repos | | area-Codegen-AOT-mono | @SamMonoRT | @vargaz | | | area-CodeGen-coreclr | @JulieLeeMSFT | @BruceForstall @dotnet/jit-contrib | | -| area-Codegen-Interpreter-mono | @SamMonoRT | @BrzVlad | | +| area-Codegen-Interpreter-mono | @SamMonoRT | @BrzVlad @kotlarmilos | | | area-Codegen-JIT-mono | @SamMonoRT | @vargaz | | | area-Codegen-LLVM-mono | @SamMonoRT | @vargaz | | | area-Codegen-meta-mono | @SamMonoRT | @vargaz | |