Skip to content

Commit 134948e

Browse files
authored
Add linker to area owners (#77983)
* Add linker to area owners Add a new area-tools-linker and assign myself as the lead and @sbomer as technical expert * Update fabricbot config * Use Tools-ILLink name * Update fabricbot.json * Update area-owners.md
1 parent d0d21fd commit 134948e

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.github/fabricbot.json

+32
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,26 @@
173173
"vsadov"
174174
]
175175
},
176+
{
177+
"labels": [
178+
"area-Tools-ILLink"
179+
],
180+
"mentionees": [
181+
"agocke",
182+
"sbomer",
183+
"vitek-karas",
184+
]
185+
},
186+
{
187+
"labels": [
188+
"area-NativeAOT-coreclr"
189+
],
190+
"mentionees": [
191+
"agocke",
192+
"MichalStrehovsky",
193+
"jkotas"
194+
]
195+
},
176196
{
177197
"labels": [
178198
"area-System.Buffers"
@@ -2074,6 +2094,12 @@
20742094
"label": "area-Single-File"
20752095
}
20762096
},
2097+
{
2098+
"name": "hasLabel",
2099+
"parameters": {
2100+
"label": "area-Tools-ILLink"
2101+
}
2102+
},
20772103
{
20782104
"name": "labelAdded",
20792105
"parameters": {
@@ -2103,6 +2129,12 @@
21032129
"parameters": {
21042130
"label": "area-Single-File"
21052131
}
2132+
},
2133+
{
2134+
"name": "labelAdded",
2135+
"parameters": {
2136+
"label": "area-Tools-ILLink"
2137+
}
21062138
}
21072139
]
21082140
},

docs/area-owners.md

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s
134134
| area-System.Xml | @jeffhandley | @dotnet/area-system-xml | |
135135
| area-Threading-mono | @SamMonoRT | @lambdageek | |
136136
| area-TieredCompilation-coreclr | @mangod9 | @kouvel | |
137+
| area-Tools-ILLink | @agocke | @sbomer | |
137138
| area-Tracing-coreclr | @tommcdon | @sywhang @josalem | |
138139
| area-Tracing-mono | @steveisok | @lateralusX | |
139140
| area-TypeSystem-coreclr | @mangod9 | @davidwrighton @MichalStrehovsky @janvorli @mangod9 | |

0 commit comments

Comments
 (0)