aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorprotty <45520026+kprotty@users.noreply.github.com>2023-07-23 14:45:45 -0500
committerGitHub <noreply@github.com>2023-07-23 19:45:45 +0000
commit7f3fdd2ff6905cff942138d0da918c6bd25b0916 (patch)
treeb00dfc24ab8eb8d20f520acb80309c98fa7691af /.github
parentb35874a4292526b3d6ab33b24b8fbd0d1596e216 (diff)
downloadzig-7f3fdd2ff6905cff942138d0da918c6bd25b0916.tar.gz
zig-7f3fdd2ff6905cff942138d0da918c6bd25b0916.zip
Update CODEOWNERS (#16505)
Review `std.Thread` changes.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
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