Skip to content

Commit 392b6dd

Browse files
Copilotagocke
andauthored
Rename area label from area-assemblyloading to area-AssemblyLoader (#127472)
Renames the `area-assemblyloading` label to `area-AssemblyLoader` to align with the casing convention used by other area labels (e.g., `area-AssemblyLoader-mono`). ## Description - `.github/policies/resourceManagement.yml` — updated `labelAdded` trigger and `hasLabel` condition - `docs/area-owners.md` — updated area label column - `.github/skills/issue-triage/references/area-label-heuristics.md` — updated heuristics table entry --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
1 parent 766f347 commit 392b6dd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/policies/resourceManagement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ configuration:
123123
- payloadType: Pull_Request
124124
- or:
125125
- labelAdded:
126-
label: area-assemblyloading
126+
label: area-AssemblyLoader
127127
- labelAdded:
128128
label: area-AssemblyLoader-mono
129129
- labelAdded:
@@ -335,7 +335,7 @@ configuration:
335335
then:
336336
- if:
337337
- hasLabel:
338-
label: area-assemblyloading
338+
label: area-AssemblyLoader
339339
then:
340340
- mentionUsers:
341341
mentionees:

.github/skills/issue-triage/references/area-label-heuristics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ with the authoritative [`docs/area-owners.md`](../../../../docs/area-owners.md).
5454
| JIT, code generation, inlining, tiered compilation | `area-CodeGen-coreclr` |
5555
| NativeAOT, ahead-of-time compilation | `area-NativeAOT-coreclr` |
5656
| Crossgen2, R2R, ReadyToRun, R2RDump | `area-ReadyToRun` |
57-
| Assembly loading, AssemblyLoadContext | `area-assemblyloading` |
57+
| Assembly loading, AssemblyLoadContext | `area-AssemblyLoader` |
5858
| Host, `dotnet` executable, hostfxr, hostpolicy, Host model | `area-Host` |
5959
| Interop, COM, P/Invoke, marshalling (runtime) | `area-Interop-coreclr` |
6060
| Single-file deployment | `area-Single-File` |

docs/area-owners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
1212

1313
| Area | Lead | Owners (area experts to tag in PRs and issues) | Notes |
1414
|------------------------------------------------|----------------------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
15-
| area-assemblyloading | @agocke | @agocke @elinor-fung | |
15+
| area-AssemblyLoader | @agocke | @agocke @elinor-fung | |
1616
| area-AssemblyLoader-mono | @agocke | @agocke @elinor-fung | |
1717
| area-Build-mono | @lewing | @akoeplinger | |
1818
| area-Codeflow | @dotnet/dnr-codeflow | @dotnet/dnr-codeflow | Used for automated PRs that ingest code from other repos |

0 commit comments

Comments
 (0)