diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 05f03bb7612a09..95d6a3c3e36b1e 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -174,8 +174,6 @@ configuration: label: area-GC-mono - labelAdded: label: area-Host - - labelAdded: - label: area-HostModel - labelAdded: label: area-ILTools-coreclr - labelAdded: @@ -202,8 +200,6 @@ configuration: label: area-Microsoft.Win32 - labelAdded: label: area-NativeAOT-coreclr - - labelAdded: - label: area-Single-File - labelAdded: label: area-System.Buffers - labelAdded: @@ -668,19 +664,6 @@ configuration: See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. assignMentionees: False - if: - - hasLabel: - label: area-HostModel - then: - - mentionUsers: - mentionees: - - agocke - - elinor-fung - replyTemplate: >- - Tagging subscribers to this area: ${mentionees} - - See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. - assignMentionees: False - - if: - hasLabel: label: area-ILTools-coreclr then: @@ -833,20 +816,6 @@ configuration: See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. assignMentionees: False - if: - - hasLabel: - label: area-Single-File - then: - - mentionUsers: - mentionees: - - agocke - - elinor-fung - - vsadov - replyTemplate: >- - Tagging subscribers to this area: ${mentionees} - - See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. - assignMentionees: False - - if: - hasLabel: label: area-System.Buffers then: diff --git a/.github/skills/issue-triage/references/area-label-heuristics.md b/.github/skills/issue-triage/references/area-label-heuristics.md index 90bc43f972471d..0e49bb08445e55 100644 --- a/.github/skills/issue-triage/references/area-label-heuristics.md +++ b/.github/skills/issue-triage/references/area-label-heuristics.md @@ -53,11 +53,10 @@ with the authoritative [`docs/area-owners.md`](../../../../docs/area-owners.md). | GC, garbage collection, memory pressure | `area-GC-coreclr` or `area-GC-mono` | | JIT, code generation, inlining, tiered compilation | `area-CodeGen-coreclr` | | NativeAOT, ahead-of-time compilation | `area-NativeAOT-coreclr` | -| Crossgen2, R2R, ReadyToRun | `area-crossgen2-coreclr` | +| Crossgen2, R2R, ReadyToRun | `area-crossgen` | | Assembly loading, AssemblyLoadContext | `area-AssemblyLoader-coreclr` | | Interop, COM, P/Invoke, marshalling (runtime) | `area-Interop-coreclr` | -| Host, `dotnet` executable, hostfxr, hostpolicy | `area-Host` | -| Single-file deployment | `area-Single-File` | +| Host, `dotnet` executable, hostfxr, hostpolicy, single-file deployment | `area-Host` | | Exception handling (runtime-level) | `area-ExceptionHandling-coreclr` | | Debugger, debugging support | `area-Diagnostics-coreclr` | | `System.ComponentModel`, component model base types | `area-System.ComponentModel` | diff --git a/docs/area-owners.md b/docs/area-owners.md index 57129c0bd55095..88b97d17e93d1a 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -24,7 +24,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi | area-Codegen-JIT-mono | @steveisok | | | | area-Codegen-LLVM-mono | @steveisok | | | | area-Codegen-meta-mono | @steveisok | | | -| area-crossgen2-coreclr | @agocke | @dotnet/crossgen-contrib | | +| area-crossgen | @agocke | @dotnet/crossgen-contrib | | | area-Debugger-mono | @steveisok | @thaystg @dotnet/dotnet-diag | | | area-DependencyModel | @jeffhandley | @dotnet/area-dependencymodel | Included: | | area-Diagnostics-cdac | @steveisok | @tommcdon @dotnet/dotnet-diag | | @@ -43,8 +43,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi | area-Extensions-Primitives | @karelz | @dotnet/area-extensions-primitives | | | area-GC-coreclr | @agocke | @dotnet/gc | | | area-GC-mono | @agocke | @BrzVlad | @agocke to consult | -| area-Host | @agocke | @jeffschwMSFT @elinor-fung | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll | -| area-HostModel | @agocke | @elinor-fung | | +| area-Host | @agocke | @jeffschwMSFT @elinor-fung | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll, hostpolicy.dll, host model, and single-file deployment | | area-ILTools-coreclr | @JulieLeeMSFT | @dotnet/jit-contrib | | | area-Infrastructure | @agocke | @dotnet/runtime-infrastructure | Consultants: @MichaelSimons | | area-Infrastructure-coreclr | @agocke | @dotnet/runtime-infrastructure | | @@ -60,10 +59,8 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi | area-NativeAOT-coreclr | @agocke | @dotnet/ilc-contrib | | | area-PAL-coreclr | @agocke | @janvorli | | | area-R2RDump-coreclr | @agocke | | | -| area-ReadyToRun-coreclr | @agocke | | | | area-Serialization | @StephenMolloy | @StephenMolloy @dotnet/Tellurium | Packages: Excluded: | | area-Setup | @MichaelSimons | @NikolaMilosavljevic | Distro-specific (Linux, Mac and Windows) setup packages and msi files | -| area-Single-File | @agocke | @elinor-fung @vsadov | | | area-Snap | @MichaelSimons | @NikolaMilosavljevic @leecow @MichaelSimons | | | area-System.Buffers | @jeffhandley | @dotnet/area-system-buffers | | | area-System.ClientModel | @jeffhandley | @dotnet/fxdc | Bugs and feature requests should go to https://github.com/Azure/azure-sdk-for-net/issues. We don't own the code, but FXDC reviews changes to determine overlap with other `System` concepts. The Azure SDK team will post API updates in this repo for us to review. |