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: