Skip to content

Commit

Permalink
[mono][aot] Add @kotlarmilos as code owner for Mono AOT and iOS (#87396)
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Safar <[email protected]>
  • Loading branch information
kotlarmilos and marek-safar authored Jun 12, 2023
1 parent 8770047 commit 7b25983
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,8 @@
],
"mentionees": [
"steveisok",
"akoeplinger"
"akoeplinger",
"kotlarmilos"
]
}
],
Expand Down Expand Up @@ -20563,4 +20564,4 @@
}
}
}
]
]
11 changes: 7 additions & 4 deletions docs/area-owners.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@
{
"lead": "steveisok",
"owners": [
""
"kotlarmilos"
],
"label": "os-maccatalyst"
},
{
"lead": "steveisok",
"owners": [
"vargaz"
"vargaz",
"kotlarmilos"
],
"label": "os-ios"
},
Expand All @@ -66,7 +67,8 @@
{
"lead": "steveisok",
"owners": [
"vargaz"
"vargaz",
"kotlarmilos"
],
"label": "os-tvos"
},
Expand Down Expand Up @@ -115,7 +117,8 @@
{
"lead": "SamMonoRT",
"owners": [
"vargaz"
"vargaz",
"kotlarmilos"
],
"label": "area-Codegen-AOT-mono"
},
Expand Down
8 changes: 4 additions & 4 deletions docs/area-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s
| area-AssemblyLoader-mono | @SamMonoRT | @lambdageek | |
| area-Build-mono | @steveisok | @akoeplinger | |
| 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-AOT-mono | @SamMonoRT | @vargaz @kotlarmilos | |
| area-CodeGen-coreclr | @JulieLeeMSFT | @BruceForstall @dotnet/jit-contrib | |
| area-Codegen-Interpreter-mono | @SamMonoRT | @BrzVlad @kotlarmilos | |
| area-Codegen-Intrinsics-mono | @SamMonoRT | @fanyang-mono | |
Expand Down Expand Up @@ -156,10 +156,10 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s
| os-android | @steveisok | @akoeplinger | |
| os-freebsd | | | |
| os-mac-os-x | | | |
| os-maccatalyst | @steveisok | | |
| os-ios | @steveisok | @vargaz | |
| os-maccatalyst | @steveisok | @kotlarmilos | |
| os-ios | @steveisok | @vargaz, @kotlarmilos | |
| os-tizen | @alpencolt | @gbalykov, @hjleee, @wscho77, @clamp03, @JongHeonChoi | |
| os-tvos | @steveisok | @vargaz | |
| os-tvos | @steveisok | @vargaz, @kotlarmilos | |
| os-wasi | @lewing | @pavelsavara | |

## Architectures
Expand Down

0 comments on commit 7b25983

Please sign in to comment.