diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..34228e5b10 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. +# Code owners will be automatically tagged as reviewers when a pull request is opened + +yjit* @maximecb @xrxr +doc/yjit/* @maximecb @xrxr +bootstraptest/test_yjit* @maximecb @xrxr