Skip to content

Commit 52f61ea

Browse files
committed
CODEOWNERS: Fix the order of some entries
1 parent e561da6 commit 52f61ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
# TODO: /README.md
3333

3434
# Runtimes
35-
/Runtimes/**/CMakeLists.txt @etcwilde @compnerd @edymtt @justice-adams-apple
3635
/Runtimes/**/*.cmake @etcwilde @compnerd @edymtt @justice-adams-apple
36+
/Runtimes/**/CMakeLists.txt @etcwilde @compnerd @edymtt @justice-adams-apple
3737
/Runtimes/Core/cmake/caches/Vendors/Apple/ @etcwilde @shahmishal @edymtt @justice-adams-apple
3838

3939
# SwiftCompilerSources
@@ -195,11 +195,11 @@
195195
/stdlib/private/*Runtime*/ @rjmccall
196196
/stdlib/private/SwiftReflectionTest/ @slavapestov
197197
/stdlib/public/*Demangl*/ @rjmccall
198-
/stdlib/public/RuntimeModule/ @al45tair @mikeash
199198
/stdlib/public/Concurrency/ @ktoso
200199
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan @Xazax-hun
201200
/stdlib/public/Distributed/ @ktoso
202201
/stdlib/public/Observation/ @phausler
202+
/stdlib/public/RuntimeModule/ @al45tair @mikeash
203203
/stdlib/public/SwiftRemoteMirror/ @slavapestov
204204
/stdlib/public/Threading/ @al45tair
205205
/stdlib/public/Windows/ @compnerd
@@ -284,12 +284,12 @@
284284
/utils/generate-xcode @hamishknight
285285
/utils/gyb_sourcekit_support/ @ahoppen @bnbarham @hamishknight @rintaro
286286
/utils/sourcekit_fuzzer/ @ahoppen @bnbarham @hamishknight @rintaro
287+
/utils/swift-xcodegen/ @hamishknight
287288
/utils/swift_build_support/products/earlyswiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro
288289
/utils/swift_build_support/products/skstresstester.py @ahoppen @bnbarham @hamishknight @rintaro
289290
/utils/swift_build_support/products/sourcekitlsp.py @ahoppen @bnbarham @hamishknight @rintaro
290291
/utils/swift_build_support/products/swiftformat.py @ahoppen @allevato @bnbarham @hamishknight @rintaro
291292
/utils/swift_build_support/products/swiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro
292-
/utils/swift-xcodegen/ @hamishknight
293293
/utils/update-checkout* @shahmishal
294294
/utils/update_checkout/ @shahmishal
295295
/utils/vim/ @compnerd

0 commit comments

Comments
 (0)