summaryrefslogtreecommitdiff
path: root/ci/OWNERS
blob: bed7819d124cb4a2a50613962786f1255678cad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# This file describes who owns what in the Project Tick CI infrastructure.
# Users/teams will get review requests for PRs that change their files.
#
# This file uses the same syntax as the natively supported CODEOWNERS file,
# see https://help.github.com/articles/about-codeowners/ for documentation.
#
# Validated by ci/codeowners-validator.

/.github/actions/change-analysis/                    @YongDo-Hyun
/.github/actions/meshmc/package/                     @YongDo-Hyun
/.github/actions/meshmc/setup-dependencies/          @YongDo-Hyun
/.github/actions/mnv/test_artefacts/                 @YongDo-Hyun
/.github/codeql/                                     @YongDo-Hyun
/.github/ISSUE_TEMPLATE/                             @YongDo-Hyun
/.github/workflows/                                  @YongDo-Hyun

/archived/projt-launcher/                            @YongDo-Hyun
/archived/projt-minicraft-modpack/                   @YongDo-Hyun
/archived/projt-modpack/                             @YongDo-Hyun
/archived/ptlibzippy/                                @YongDo-Hyun

/cgit/*                                              @YongDo-Hyun
/cgit/contrib/*                                      @YongDo-Hyun
/cgit/contrib/hooks/                                 @YongDo-Hyun
/cgit/filters/                                       @YongDo-Hyun
/cgit/tests/                                         @YongDo-Hyun

/cmark/*                                             @YongDo-Hyun
/cmark/api_test/                                     @YongDo-Hyun
/cmark/bench/                                        @YongDo-Hyun
/cmark/cmake/                                        @YongDo-Hyun
/cmark/data/                                         @YongDo-Hyun
/cmark/fuzz/                                         @YongDo-Hyun
/cmark/man/                                          @YongDo-Hyun
/cmark/src/                                          @YongDo-Hyun
/cmark/test/                                         @YongDo-Hyun
/cmark/tools/                                        @YongDo-Hyun
/cmark/wrappers/                                     @YongDo-Hyun

/corebinutils/*                                      @YongDo-Hyun
/corebinutils/cat/                                   @YongDo-Hyun
/corebinutils/chflags/                               @YongDo-Hyun
/corebinutils/chmod/                                 @YongDo-Hyun
/corebinutils/contrib/*                              @YongDo-Hyun
/corebinutils/contrib/libc-vis/                      @YongDo-Hyun
/corebinutils/contrib/libedit/                       @YongDo-Hyun
/corebinutils/contrib/printf/                        @YongDo-Hyun
/corebinutils/cp/                                    @YongDo-Hyun
/corebinutils/cpuset/                                @YongDo-Hyun
/corebinutils/csh/                                   @YongDo-Hyun
/corebinutils/date/                                  @YongDo-Hyun
/corebinutils/dd/                                    @YongDo-Hyun
/corebinutils/df/                                    @YongDo-Hyun
/corebinutils/domainname/                            @YongDo-Hyun
/corebinutils/echo/                                  @YongDo-Hyun
/corebinutils/ed/                                    @YongDo-Hyun
/corebinutils/expr/                                  @YongDo-Hyun
/corebinutils/freebsd-version/                       @YongDo-Hyun
/corebinutils/getfacl/                               @YongDo-Hyun
/corebinutils/hostname/                              @YongDo-Hyun
/corebinutils/kill/                                  @YongDo-Hyun
/corebinutils/ln/                                    @YongDo-Hyun
/corebinutils/ls/                                    @YongDo-Hyun
/corebinutils/mkdir/                                 @YongDo-Hyun
/corebinutils/mv/                                    @YongDo-Hyun
/corebinutils/nproc/                                 @YongDo-Hyun
/corebinutils/pax/                                   @YongDo-Hyun
/corebinutils/pkill/                                 @YongDo-Hyun
/corebinutils/ps/                                    @YongDo-Hyun
/corebinutils/pwait/                                 @YongDo-Hyun
/corebinutils/pwd/                                   @YongDo-Hyun
/corebinutils/realpath/                              @YongDo-Hyun
/corebinutils/rm/                                    @YongDo-Hyun
/corebinutils/rmail/                                 @YongDo-Hyun
/corebinutils/rmdir/                                 @YongDo-Hyun
/corebinutils/setfacl/                               @YongDo-Hyun
/corebinutils/sh/                                    @YongDo-Hyun
/corebinutils/sleep/                                 @YongDo-Hyun
/corebinutils/stty/                                  @YongDo-Hyun
/corebinutils/sync/                                  @YongDo-Hyun
/corebinutils/test/                                  @YongDo-Hyun
/corebinutils/timeout/                               @YongDo-Hyun
/corebinutils/uuidgen/                               @YongDo-Hyun

/forgewrapper/*                                      @YongDo-Hyun
/forgewrapper/gradle/                                @YongDo-Hyun
/forgewrapper/jigsaw/                                @YongDo-Hyun
/forgewrapper/src/                                   @YongDo-Hyun

/genqrcode/*                                         @YongDo-Hyun
/genqrcode/cmake/                                    @YongDo-Hyun
/genqrcode/tests/                                    @YongDo-Hyun
/genqrcode/use/                                      @YongDo-Hyun

/hooks/                                              @YongDo-Hyun

/images4docker/                                      @YongDo-Hyun

/json4cpp/*                                          @YongDo-Hyun
/json4cpp/.reuse/                                    @YongDo-Hyun
/json4cpp/cmake/                                     @YongDo-Hyun
/json4cpp/docs/                                      @YongDo-Hyun
/json4cpp/include/*                                  @YongDo-Hyun
/json4cpp/include/nlohmann/*                         @YongDo-Hyun
/json4cpp/include/nlohmann/detail/*                  @YongDo-Hyun
/json4cpp/include/nlohmann/detail/conversions/       @YongDo-Hyun
/json4cpp/include/nlohmann/detail/input/             @YongDo-Hyun
/json4cpp/include/nlohmann/detail/iterators/         @YongDo-Hyun
/json4cpp/include/nlohmann/detail/meta/*             @YongDo-Hyun
/json4cpp/include/nlohmann/detail/meta/call_std/     @YongDo-Hyun
/json4cpp/include/nlohmann/thirdparty/*              @YongDo-Hyun
/json4cpp/include/nlohmann/thirdparty/hedley/        @YongDo-Hyun
/json4cpp/LICENSES/                                  @YongDo-Hyun
/json4cpp/single_include/*                           @YongDo-Hyun
/json4cpp/single_include/nlohmann/                   @YongDo-Hyun
/json4cpp/src/*                                      @YongDo-Hyun
/json4cpp/src/modules/                               @YongDo-Hyun
/json4cpp/tests/                                     @YongDo-Hyun
/json4cpp/tests/abi/                                 @YongDo-Hyun
/json4cpp/tests/benchmarks/                          @YongDo-Hyun
/json4cpp/tests/cmake_add_subdirectory/              @YongDo-Hyun
/json4cpp/tests/cmake_fetch_content/                 @YongDo-Hyun
/json4cpp/tests/cmake_fetch_content2/                @YongDo-Hyun
/json4cpp/tests/cmake_import/                        @YongDo-Hyun
/json4cpp/tests/cmake_import_minver/                 @YongDo-Hyun
/json4cpp/tests/cmake_target_include_directories/    @YongDo-Hyun
/json4cpp/tests/cuda_example/                        @YongDo-Hyun
/json4cpp/tests/module_cpp20/                        @YongDo-Hyun
/json4cpp/tests/reports/                             @YongDo-Hyun
/json4cpp/tests/src/                                 @YongDo-Hyun
/json4cpp/tests/thirdparty/*                         @YongDo-Hyun
/json4cpp/tests/thirdparty/doctest/                  @YongDo-Hyun
/json4cpp/tests/thirdparty/fifo_map/                 @YongDo-Hyun
/json4cpp/tests/thirdparty/Fuzzer/                   @YongDo-Hyun
/json4cpp/tests/thirdparty/imapdl/                   @YongDo-Hyun
/json4cpp/tools/*                                    @YongDo-Hyun
/json4cpp/tools/amalgamate/                          @YongDo-Hyun
/json4cpp/tools/astyle/                              @YongDo-Hyun
/json4cpp/tools/gdb_pretty_printer/                  @YongDo-Hyun
/json4cpp/tools/generate_natvis/                     @YongDo-Hyun
/json4cpp/tools/macro_builder/                       @YongDo-Hyun
/json4cpp/tools/serve_header/                        @YongDo-Hyun

/libnbtplusplus/*                                    @YongDo-Hyun
/libnbtplusplus/include/*                            @YongDo-Hyun
/libnbtplusplus/include/io/                          @YongDo-Hyun
/libnbtplusplus/include/text/                        @YongDo-Hyun
/libnbtplusplus/src/*                                @YongDo-Hyun
/libnbtplusplus/src/io/                              @YongDo-Hyun
/libnbtplusplus/src/text/                            @YongDo-Hyun
/libnbtplusplus/test/*                               @YongDo-Hyun
/libnbtplusplus/test/testfiles/                      @YongDo-Hyun

/LICENSES/                                           @YongDo-Hyun

/meshmc/*                                               @YongDo-Hyun
/meshmc/branding/                                       @YongDo-Hyun
/meshmc/buildconfig/                                    @YongDo-Hyun
/meshmc/cmake/*                                         @YongDo-Hyun
/meshmc/cmake/UnitTest/                                 @YongDo-Hyun
/meshmc/cmake/vcpkg-ports/                              @YongDo-Hyun
/meshmc/cmake/vcpkg-triplets/                           @YongDo-Hyun
/meshmc/doc/                                            @YongDo-Hyun
/meshmc/launcher/*                                      @YongDo-Hyun
/meshmc/launcher/icons/                                 @YongDo-Hyun
/meshmc/launcher/java/*                                 @YongDo-Hyun
/meshmc/launcher/java/download/                         @YongDo-Hyun
/meshmc/launcher/launch/*                               @YongDo-Hyun
/meshmc/launcher/launch/steps/*                         @YongDo-Hyun
/meshmc/launcher/meta/                                  @YongDo-Hyun
/meshmc/launcher/minecraft/*                            @YongDo-Hyun
/meshmc/launcher/minecraft/auth/*                       @YongDo-Hyun
/meshmc/launcher/minecraft/auth/flows/                  @YongDo-Hyun
/meshmc/launcher/minecraft/auth/steps/                  @YongDo-Hyun
/meshmc/launcher/minecraft/gameoptions/                 @YongDo-Hyun
/meshmc/launcher/minecraft/launch/                      @YongDo-Hyun
/meshmc/launcher/minecraft/legacy/                      @YongDo-Hyun
/meshmc/launcher/minecraft/mod/                         @YongDo-Hyun
/meshmc/launcher/minecraft/services/                    @YongDo-Hyun
/meshmc/launcher/minecraft/testdata/                    @YongDo-Hyun
/meshmc/launcher/minecraft/update/                      @YongDo-Hyun
/meshmc/launcher/modplatform/*                          @YongDo-Hyun
/meshmc/launcher/modplatform/atlauncher/                @YongDo-Hyun
/meshmc/launcher/modplatform/flame/                     @YongDo-Hyun
/meshmc/launcher/modplatform/legacy_ftb/                @YongDo-Hyun
/meshmc/launcher/modplatform/modpacksch/                @YongDo-Hyun
/meshmc/launcher/modplatform/modrinth/                  @YongDo-Hyun
/meshmc/launcher/modplatform/technic/                   @YongDo-Hyun
/meshmc/launcher/mojang/*                               @YongDo-Hyun
/meshmc/launcher/mojang/testdata/                       @YongDo-Hyun
/meshmc/launcher/net/                                   @YongDo-Hyun
/meshmc/launcher/news/                                  @YongDo-Hyun
/meshmc/launcher/notifications/                         @YongDo-Hyun
/meshmc/launcher/pathmatcher/                           @YongDo-Hyun
/meshmc/launcher/resources/*                            @YongDo-Hyun
/meshmc/launcher/resources/assets/                      @YongDo-Hyun
/meshmc/launcher/resources/backgrounds/                 @YongDo-Hyun
/meshmc/launcher/resources/breeze_dark/                 @YongDo-Hyun
/meshmc/launcher/resources/breeze_light/                @YongDo-Hyun
/meshmc/launcher/resources/documents/                   @YongDo-Hyun
/meshmc/launcher/resources/flat/                        @YongDo-Hyun
/meshmc/launcher/resources/flat_white/                  @YongDo-Hyun
/meshmc/launcher/resources/iOS/                         @YongDo-Hyun
/meshmc/launcher/resources/multimc/                     @YongDo-Hyun
/meshmc/launcher/resources/OSX/                         @YongDo-Hyun
/meshmc/launcher/resources/pe_blue/                     @YongDo-Hyun
/meshmc/launcher/resources/pe_colored/                  @YongDo-Hyun
/meshmc/launcher/resources/pe_dark/                     @YongDo-Hyun
/meshmc/launcher/resources/pe_light/                    @YongDo-Hyun
/meshmc/launcher/resources/shaders/                     @YongDo-Hyun
/meshmc/launcher/resources/sources/                     @YongDo-Hyun
/meshmc/launcher/screenshots/                           @YongDo-Hyun
/meshmc/launcher/settings/                              @YongDo-Hyun
/meshmc/launcher/tasks/                                 @YongDo-Hyun
/meshmc/launcher/testdata/                              @YongDo-Hyun
/meshmc/launcher/tools/                                 @YongDo-Hyun
/meshmc/launcher/translations/                          @YongDo-Hyun
/meshmc/launcher/ui/*                                   @YongDo-Hyun
/meshmc/launcher/ui/dialogs/                            @YongDo-Hyun
/meshmc/launcher/ui/instanceview/                       @YongDo-Hyun
/meshmc/launcher/ui/pagedialog/                         @YongDo-Hyun
/meshmc/launcher/ui/pages/*                             @YongDo-Hyun
/meshmc/launcher/ui/pages/global/                       @YongDo-Hyun
/meshmc/launcher/ui/pages/instance/                     @YongDo-Hyun
/meshmc/launcher/ui/pages/modplatform/*                 @YongDo-Hyun
/meshmc/launcher/ui/pages/modplatform/atlauncher/       @YongDo-Hyun
/meshmc/launcher/ui/pages/modplatform/flame/            @YongDo-Hyun
/meshmc/launcher/ui/pages/modplatform/ftb/              @YongDo-Hyun
/meshmc/launcher/ui/pages/modplatform/legacy_ftb/       @YongDo-Hyun
/meshmc/launcher/ui/pages/modplatform/modrinth/         @YongDo-Hyun
/meshmc/launcher/ui/pages/modplatform/technic/          @YongDo-Hyun
/meshmc/launcher/ui/setupwizard/                        @YongDo-Hyun
/meshmc/launcher/ui/themes/                             @YongDo-Hyun
/meshmc/launcher/ui/widgets/                            @YongDo-Hyun
/meshmc/launcher/updater/*                              @YongDo-Hyun
/meshmc/launcher/updater/testdata/                      @YongDo-Hyun
/meshmc/libraries/*                                     @YongDo-Hyun
/meshmc/libraries/classparser/                          @YongDo-Hyun
/meshmc/libraries/ganalytics/                           @YongDo-Hyun
/meshmc/libraries/hoedown/                              @YongDo-Hyun
/meshmc/libraries/iconfix/                              @YongDo-Hyun
/meshmc/libraries/javacheck/                            @YongDo-Hyun
/meshmc/libraries/katabasis/                            @YongDo-Hyun
/meshmc/libraries/launcher/                             @YongDo-Hyun
/meshmc/libraries/LocalPeer/                            @YongDo-Hyun
/meshmc/libraries/optional-bare/                        @YongDo-Hyun
/meshmc/libraries/rainbow/                              @YongDo-Hyun
/meshmc/libraries/systeminfo/                           @YongDo-Hyun
/meshmc/libraries/tomlc99                               @YongDo-Hyun
/meshmc/libraries/xz-embedded                           @YongDo-Hyun
/meshmc/nix/                                            @YongDo-Hyun
/meshmc/scripts/                                        @YongDo-Hyun
/meshmc/updater/                                        @YongDo-Hyun

/meta/*                                                 @YongDo-Hyun
/meta/fuzz/                                             @YongDo-Hyun
/meta/meta/*                                            @YongDo-Hyun
/meta/meta/common/                                      @YongDo-Hyun
/meta/meta/model/                                       @YongDo-Hyun
/meta/meta/run/                                         @YongDo-Hyun
/meta/nix/                                              @YongDo-Hyun

/mnv/*                                                  @YongDo-Hyun
/mnv/ci/                                                @YongDo-Hyun
/mnv/cmake/                                             @YongDo-Hyun
/mnv/lang/                                              @YongDo-Hyun
/mnv/nsis/                                              @YongDo-Hyun
/mnv/pixmaps/                                           @YongDo-Hyun
/mnv/READMEdir/                                         @YongDo-Hyun
/mnv/runtime/*                                          @YongDo-Hyun
/mnv/runtime/autoload/*                                 @YongDo-Hyun
/mnv/runtime/autoload/cargo/                            @YongDo-Hyun
/mnv/runtime/autoload/dist/                             @YongDo-Hyun
/mnv/runtime/autoload/rust/                             @YongDo-Hyun
/mnv/runtime/autoload/xml/                              @YongDo-Hyun
/mnv/runtime/bitmaps/                                   @YongDo-Hyun
/mnv/runtime/colors/*                                   @YongDo-Hyun
/mnv/runtime/colors/lists/                              @YongDo-Hyun
/mnv/runtime/colors/tools/                              @YongDo-Hyun
/mnv/runtime/compiler/                                  @YongDo-Hyun
/mnv/runtime/doc/                                       @YongDo-Hyun
/mnv/runtime/ftplugin/                                  @YongDo-Hyun
/mnv/runtime/icons/                                     @YongDo-Hyun
/mnv/runtime/import/                                    @YongDo-Hyun
/mnv/runtime/indent/                                    @YongDo-Hyun
/mnv/runtime/keymap/                                    @YongDo-Hyun
/mnv/runtime/lang/                                      @YongDo-Hyun
/mnv/runtime/macros/                                    @YongDo-Hyun
/mnv/runtime/pack/                                      @YongDo-Hyun
/mnv/runtime/plugin/                                    @YongDo-Hyun
/mnv/runtime/print/                                     @YongDo-Hyun
/mnv/runtime/spell/                                     @YongDo-Hyun
/mnv/runtime/syntax/                                    @YongDo-Hyun
/mnv/runtime/tools/                                     @YongDo-Hyun
/mnv/runtime/tutor/                                     @YongDo-Hyun
/mnv/src/                                               @YongDo-Hyun
/mnv/tools/                                             @YongDo-Hyun

/neozip/*                                               @YongDo-Hyun
/neozip/arch/*                                          @YongDo-Hyun
/neozip/arch/arm/                                       @YongDo-Hyun
/neozip/arch/generic/                                   @YongDo-Hyun
/neozip/arch/loongarch/                                 @YongDo-Hyun
/neozip/arch/power/                                     @YongDo-Hyun
/neozip/arch/riscv/                                     @YongDo-Hyun
/neozip/arch/s390/                                      @YongDo-Hyun
/neozip/arch/x86/                                       @YongDo-Hyun
/neozip/cmake/                                          @YongDo-Hyun
/neozip/doc/                                            @YongDo-Hyun
/neozip/test/                                           @YongDo-Hyun
/neozip/tools/                                          @YongDo-Hyun
/neozip/win32/                                          @YongDo-Hyun

/tomlplusplus/*                                         @YongDo-Hyun
/tomlplusplus/cmake/                                    @YongDo-Hyun
/tomlplusplus/docs/*                                    @YongDo-Hyun
/tomlplusplus/docs/pages/                               @YongDo-Hyun
/tomlplusplus/docs/images/                              @YongDo-Hyun
/tomlplusplus/examples/                                 @YongDo-Hyun
/tomlplusplus/fuzzing/                                  @YongDo-Hyun
/tomlplusplus/include/*                                 @YongDo-Hyun
/tomlplusplus/include/toml++/*                          @YongDo-Hyun
/tomlplusplus/include/toml++/impl/                      @YongDo-Hyun
/tomlplusplus/src/*                                     @YongDo-Hyun
/tomlplusplus/src/modules/                              @YongDo-Hyun
/tomlplusplus/tests/*                                   @YongDo-Hyun
/tomlplusplus/tests/vs/                                 @YongDo-Hyun
/tomlplusplus/toml-test/                                @YongDo-Hyun
/tomlplusplus/tools/                                    @YongDo-Hyun
/tomlplusplus/vendor/                                   @YongDo-Hyun