Skip to content

Commit f272b39

Browse files
CopilotagockeJulieLeeMSFTCopilot
authored
Re-add area-Host and area-System.Runtime.InteropServices labels (#126919)
## Description Re-adds the `area-Host` and `area-System.Runtime.InteropServices` area labels that were inadvertently removed from area-owners documentation and policy bot automation. **`docs/area-owners.md`** - `area-Host` — lead: @agocke, owners: @elinor-fung - `area-System.Runtime.InteropServices` — lead: @agocke, owners: @dotnet/interop-contrib **`.github/policies/resourceManagement.yml`** - `labelAdded` trigger entries for both labels - `hasLabel` notification blocks to tag area subscribers on new issues/PRs --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: agocke <515774+agocke@users.noreply.github.com> Co-authored-by: Julie Lee <63486087+JulieLeeMSFT@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bd5a164 commit f272b39

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/policies/resourceManagement.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ configuration:
172172
label: area-GC-coreclr
173173
- labelAdded:
174174
label: area-GC-mono
175+
- labelAdded:
176+
label: area-Host
175177
- labelAdded:
176178
label: area-ILTools-coreclr
177179
- labelAdded:
@@ -296,6 +298,8 @@ configuration:
296298
label: area-System.Runtime
297299
- labelAdded:
298300
label: area-System.Runtime.CompilerServices
301+
- labelAdded:
302+
label: area-System.Runtime.InteropServices
299303
- labelAdded:
300304
label: area-System.Runtime.Intrinsics
301305
- labelAdded:
@@ -1413,6 +1417,18 @@ configuration:
14131417
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
14141418
assignMentionees: False
14151419
- if:
1420+
- hasLabel:
1421+
label: area-System.Runtime.InteropServices
1422+
then:
1423+
- mentionUsers:
1424+
mentionees:
1425+
- dotnet/interop-contrib
1426+
replyTemplate: >-
1427+
Tagging subscribers to this area: ${mentionees}
1428+
1429+
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
1430+
assignMentionees: False
1431+
- if:
14161432
- hasLabel:
14171433
label: area-Interop-coreclr
14181434
then:

docs/area-owners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
4141
| area-Extensions-Primitives | @karelz | @dotnet/area-extensions-primitives | |
4242
| area-GC-coreclr | @JulieLeeMSFT | @dotnet/gc | |
4343
| area-GC-mono | @agocke | @BrzVlad | @agocke to consult |
44+
| area-Host | @agocke | @elinor-fung | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll |
4445
| area-ILTools-coreclr | @JulieLeeMSFT | @dotnet/jit-contrib | |
4546
| area-Infrastructure | @agocke | @dotnet/runtime-infrastructure | Consultants: @MichaelSimons |
4647
| area-Infrastructure-installer | @MichaelSimons | @NikolaMilosavljevic | |
@@ -115,6 +116,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
115116
| area-System.Runtime | @jeffhandley | @dotnet/area-system-runtime | Included:<ul><li>System.Runtime.Serialization.Formatters</li><li>System.Runtime.InteropServices.RuntimeInfo</li><li>System.Array</li></ul>Excluded:<ul><li>Path -> System.IO</li><li>StopWatch -> System.Diagnostics</li><li>Uri -> System.Net</li><li>WebUtility -> System.Net</li></ul> |
116117
| area-System.Runtime.Caching | @StephenMolloy | @StephenMolloy @dotnet/Tellurium | |
117118
| area-System.Runtime.CompilerServices | @jeffhandley | @dotnet/area-system-runtime-compilerservices | |
119+
| area-System.Runtime.InteropServices | @agocke | @dotnet/interop-contrib | Excluded:<ul><li>System.Runtime.InteropServices.RuntimeInfo</li></ul> |
118120
| area-System.Runtime.InteropServices.JavaScript | @lewing | @pavelsavara | |
119121
| area-System.Runtime.Intrinsics | @jeffhandley | @dotnet/area-system-runtime-intrinsics | Consultants: @echesakovMSFT @kunalspathak |
120122
| area-System.Security | @jeffhandley | @bartonjs @vcsjones @dotnet/area-system-security | Consultants: @GrabYourPitchforks @wfurt |

0 commit comments

Comments
 (0)