diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000000..d4b774ba366f5a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,18 @@ +# Project +.github/CODEOWNERS @Jarred-Sumner + +# Build system +CMakeLists.txt @Electroid +cmake/ @Electroid +scripts/ @Electroid + +# CI +.buildkite/ @Electroid +.github/workflows/ @Electroid + +# Debugger protocol +packages/bun-inspector-protocol/ @Electroid +packages/bun-debug-adapter-protocol/ @Electroid + +# Tests +test/expectations.txt @Jarred-Sumner