Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ configuration:
- payloadType: Pull_Request
- or:
- labelAdded:
label: area-assemblyloading
label: area-AssemblyLoader
- labelAdded:
label: area-AssemblyLoader-mono
- labelAdded:
Expand Down Expand Up @@ -335,7 +335,7 @@ configuration:
then:
- if:
- hasLabel:
label: area-assemblyloading
label: area-AssemblyLoader
then:
- mentionUsers:
mentionees:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ with the authoritative [`docs/area-owners.md`](../../../../docs/area-owners.md).
| JIT, code generation, inlining, tiered compilation | `area-CodeGen-coreclr` |
| NativeAOT, ahead-of-time compilation | `area-NativeAOT-coreclr` |
| Crossgen2, R2R, ReadyToRun, R2RDump | `area-ReadyToRun` |
| Assembly loading, AssemblyLoadContext | `area-assemblyloading` |
| Assembly loading, AssemblyLoadContext | `area-AssemblyLoader` |
| Host, `dotnet` executable, hostfxr, hostpolicy, Host model | `area-Host` |
| Interop, COM, P/Invoke, marshalling (runtime) | `area-Interop-coreclr` |
| Single-file deployment | `area-Single-File` |
Expand Down
2 changes: 1 addition & 1 deletion 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 `@dotnet-policy-servi

| Area | Lead | Owners (area experts to tag in PRs and issues) | Notes |
|------------------------------------------------|----------------------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| area-assemblyloading | @agocke | @agocke @elinor-fung | |
| area-AssemblyLoader | @agocke | @agocke @elinor-fung | |
| area-AssemblyLoader-mono | @agocke | @agocke @elinor-fung | |
| area-Build-mono | @lewing | @akoeplinger | |
| area-Codeflow | @dotnet/dnr-codeflow | @dotnet/dnr-codeflow | Used for automated PRs that ingest code from other repos |
Expand Down