Skip to content
Open
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
31 changes: 0 additions & 31 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ configuration:
label: area-GC-mono
- labelAdded:
label: area-Host
- labelAdded:
label: area-HostModel
- labelAdded:
label: area-ILTools-coreclr
- labelAdded:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
7 changes: 2 additions & 5 deletions docs/area-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<ul><li>Microsoft.Extensions.DependencyModel</li></ul> |
| area-Diagnostics-cdac | @steveisok | @tommcdon @dotnet/dotnet-diag | |
Expand All @@ -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 |
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

area-Single-File and area-HostModel are removed from this table, but @dotnet-policy-service configuration still references both labels (in .github/policies/resourceManagement.yml). If these labels are being consolidated into area-Host, the policy mapping/notifications should be updated accordingly; otherwise issues/PRs labeled with the old areas will still route separately and this table will be out of sync with automation.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed both area-HostModel and area-Single-File from .github/policies/resourceManagement.yml — removed the labelAdded triggers and the hasLabel/mentionUsers notification blocks for both. The area-Host block remains with the correct mentionees (agocke, jeffschwMSFT, elinor-fung). See commit 357c8d7.

| area-ILTools-coreclr | @JulieLeeMSFT | @dotnet/jit-contrib | |
| area-Infrastructure | @agocke | @dotnet/runtime-infrastructure | Consultants: @MichaelSimons |
| area-Infrastructure-coreclr | @agocke | @dotnet/runtime-infrastructure | |
Expand All @@ -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:<ul><li>System.Runtime.Serialization.Xml</li><li>System.Runtime.Serialization.Json</li><li>System.Private.DataContractSerialization</li><li>System.Xml.XmlSerializer</li></ul> Excluded:<ul><li>System.Runtime.Serialization.Formatters</li></ul> |
| 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. |
Expand Down
Loading