summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-10-25 14:28:39 -0400
committerGitHub <noreply@github.com>2021-10-25 14:28:39 -0400
commitcf52a2c9ba0e2add78f50c32dfadda8e7808d2e9 (patch)
tree7345297ed6f1fd4885637e6196dc6f122bae154f
parenta5b6598192c30187b19b892af3110a46f6a70d76 (diff)
downloadruby-cf52a2c9ba0e2add78f50c32dfadda8e7808d2e9.tar.gz
Add code owners for YJIT sources
Code owners are automatically tagged as reviewers on pull requests
-rw-r--r--.github/CODEOWNERS7
1 files changed, 7 insertions, 0 deletions
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