From a13b297b1234dcdd03f44710145ff2dba33543d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:55:29 +0000 Subject: [PATCH 1/2] Rename area-assemblyloading to area-AssemblyLoad Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/1badf876-5837-4c96-a339-05cf0fddaf00 Co-authored-by: agocke <515774+agocke@users.noreply.github.com> --- .github/policies/resourceManagement.yml | 4 ++-- .../skills/issue-triage/references/area-label-heuristics.md | 2 +- docs/area-owners.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 781a60182c05ef..875ced5ba92519 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -123,7 +123,7 @@ configuration: - payloadType: Pull_Request - or: - labelAdded: - label: area-assemblyloading + label: area-AssemblyLoad - labelAdded: label: area-AssemblyLoader-mono - labelAdded: @@ -335,7 +335,7 @@ configuration: then: - if: - hasLabel: - label: area-assemblyloading + label: area-AssemblyLoad then: - mentionUsers: mentionees: diff --git a/.github/skills/issue-triage/references/area-label-heuristics.md b/.github/skills/issue-triage/references/area-label-heuristics.md index f9132319f84dd7..062cb7a391ba37 100644 --- a/.github/skills/issue-triage/references/area-label-heuristics.md +++ b/.github/skills/issue-triage/references/area-label-heuristics.md @@ -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-AssemblyLoad` | | Host, `dotnet` executable, hostfxr, hostpolicy, Host model | `area-Host` | | Interop, COM, P/Invoke, marshalling (runtime) | `area-Interop-coreclr` | | Single-file deployment | `area-Single-File` | diff --git a/docs/area-owners.md b/docs/area-owners.md index 8dd6c39785b59f..daeda01551f8ef 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -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-AssemblyLoad | @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 | From b489d9e118e726989a36682a7ce4841665d65f1f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:58:34 +0000 Subject: [PATCH 2/2] Rename area-AssemblyLoad to area-AssemblyLoader Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/2ab3b9de-1569-47f5-89d2-2f0aab0696b4 Co-authored-by: agocke <515774+agocke@users.noreply.github.com> --- .github/policies/resourceManagement.yml | 4 ++-- .../skills/issue-triage/references/area-label-heuristics.md | 2 +- docs/area-owners.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 875ced5ba92519..96a126f70ecf18 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -123,7 +123,7 @@ configuration: - payloadType: Pull_Request - or: - labelAdded: - label: area-AssemblyLoad + label: area-AssemblyLoader - labelAdded: label: area-AssemblyLoader-mono - labelAdded: @@ -335,7 +335,7 @@ configuration: then: - if: - hasLabel: - label: area-AssemblyLoad + label: area-AssemblyLoader then: - mentionUsers: mentionees: diff --git a/.github/skills/issue-triage/references/area-label-heuristics.md b/.github/skills/issue-triage/references/area-label-heuristics.md index 062cb7a391ba37..8b55bdbbde6306 100644 --- a/.github/skills/issue-triage/references/area-label-heuristics.md +++ b/.github/skills/issue-triage/references/area-label-heuristics.md @@ -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-AssemblyLoad` | +| 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` | diff --git a/docs/area-owners.md b/docs/area-owners.md index daeda01551f8ef..e07865f42dd3ce 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -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-AssemblyLoad | @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 |