Skip to content

Commit 0cd10b2

Browse files
authored
Merge pull request dotnet#17985 from IEvangelist/ownership
Ownership
2 parents fc0523a + 7744731 commit 0cd10b2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121

122122
################## .NET STANDARD ##################
123123
# Analyzers
124-
/docs/standard/analyzers/ @gewarren
124+
/docs/standard/analyzers/ @IEvangelist
125125
# Assembly
126-
/docs/standard/assembly/ @gewarren
126+
/docs/standard/assembly/ @IEvangelist
127127
# Asynchronous Programming Patterns
128128
/docs/standard/asynchronous-programming-patterns/ @BillWagner
129129
# Attributes
@@ -141,7 +141,7 @@
141141
# Design guidelines
142142
/docs/standard/design-guidelines/ @BillWagner
143143
# Events
144-
/docs/standard/events/ @gewarren
144+
/docs/standard/events/ @IEvangelist
145145
# Exceptions
146146
/docs/standard/exceptions/ @tdykstra
147147
# GC
@@ -163,7 +163,7 @@
163163
# Parallel programming
164164
/docs/standard/parallel-programming/ @BillWagner
165165
# Security
166-
/docs/standard/security/ @gewarren
166+
/docs/standard/security/ @IEvangelist
167167
# Serialization
168168
/docs/standard/serialization/ @tdykstra
169169
# Threading

docfx.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@
258258
"docs/machine-learning/**/**.md": "natke",
259259
"docs/spark/**/**.md": "mamccrea",
260260
"docs/standard/**/**.md": "gewarren",
261-
"docs/standard/analyzers/**/**.md": "gewarren",
262-
"docs/standard/assembly/**/**.md": "gewarren",
261+
"docs/standard/analyzers/**/**.md": "IEvangelist",
262+
"docs/standard/assembly/**/**.md": "IEvangelist",
263263
"docs/standard/asynchronous-programming-patterns/**/**.md": "billwagner",
264264
"docs/standard/attributes/**/**.md": "tdykstra",
265265
"docs/standard/base-types/**/**.md": "Thraka",
@@ -268,7 +268,7 @@
268268
"docs/standard/data/sqlite/**/**.md": "bricelam",
269269
"docs/standard/datetime/**/**.md": "Thraka",
270270
"docs/standard/design-guidelines/**/**.md": "KrzysztofCwalina",
271-
"docs/standard/events/**/**.md": "gewarren",
271+
"docs/standard/events/**/**.md": "IEvangelist",
272272
"docs/standard/exceptions/**/**.md": "tdykstra",
273273
"docs/standard/garbage-collection/**/**.md": "gewarren",
274274
"docs/standard/generics/**/**.md": "Thraka",
@@ -279,7 +279,7 @@
279279
"docs/standard/memory-and-spans/**/**.md": "tdykstra",
280280
"docs/standard/native-interop/**/**.md": "jkoritzinsky",
281281
"docs/standard/parallel-programming/**/**.md": "billwagner",
282-
"docs/standard/security/**/**.md": "gewarren",
282+
"docs/standard/security/**/**.md": "IEvangelist",
283283
"docs/standard/serialization/**/**.md": "tdykstra",
284284
"docs/standard/threading/**/**.md": "billwagner",
285285
"docs/standard/whats-new/**/**.md": "gewarren",
@@ -345,8 +345,8 @@
345345
"docs/machine-learning/**/**.md": "nakersha",
346346
"docs/spark/**/**.md": "mamccrea",
347347
"docs/standard/**/**.md": "gewarren",
348-
"docs/standard/analyzers/**/**.md": "gewarren",
349-
"docs/standard/assembly/**/**.md": "gewarren",
348+
"docs/standard/analyzers/**/**.md": "dapine",
349+
"docs/standard/assembly/**/**.md": "dapine",
350350
"docs/standard/asynchronous-programming-patterns/**/**.md": "wiwagn",
351351
"docs/standard/attributes/**/**.md": "tdykstra",
352352
"docs/standard/base-types/**/**.md": "adegeo",
@@ -355,7 +355,7 @@
355355
"docs/standard/data/sqlite/**/**.md": "bricelam",
356356
"docs/standard/datetime/**/**.md": "adegeo",
357357
"docs/standard/design-guidelines/**/**.md": "kcwalina",
358-
"docs/standard/events/**/**.md": "gewarren",
358+
"docs/standard/events/**/**.md": "dapine",
359359
"docs/standard/exceptions/**/**.md": "tdykstra",
360360
"docs/standard/garbage-collection/**/**.md": "gewarren",
361361
"docs/standard/generics/**/**.md": "adegeo",
@@ -366,7 +366,7 @@
366366
"docs/standard/memory-and-spans/**/**.md": "tdykstra",
367367
"docs/standard/native-interop/**/**.md": "jekoritz",
368368
"docs/standard/parallel-programming/**/**.md": "wiwagn",
369-
"docs/standard/security/**/**.md": "gewarren",
369+
"docs/standard/security/**/**.md": "dapine",
370370
"docs/standard/serialization/**/**.md": "tdykstra",
371371
"docs/standard/threading/**/**.md": "wiwagn",
372372
"docs/standard/whats-new/**/**.md": "dotnetcontent",

0 commit comments

Comments
 (0)