diff options
| author | protty <45520026+kprotty@users.noreply.github.com> | 2023-07-23 14:45:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-23 19:45:45 +0000 |
| commit | 7f3fdd2ff6905cff942138d0da918c6bd25b0916 (patch) | |
| tree | b00dfc24ab8eb8d20f520acb80309c98fa7691af /.github | |
| parent | b35874a4292526b3d6ab33b24b8fbd0d1596e216 (diff) | |
| download | zig-7f3fdd2ff6905cff942138d0da918c6bd25b0916.tar.gz zig-7f3fdd2ff6905cff942138d0da918c6bd25b0916.zip | |
Update CODEOWNERS (#16505)
Review `std.Thread` changes.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5415b1a2bd..b08463793a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,6 @@ # std.json /lib/std/json* @thejoshwolfe + +# std.Thread +/lib/std/Thread* @kprotty |
