summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-10-25 14:27:34 -0400
committerGitHub <noreply@github.com>2021-10-25 14:27:34 -0400
commit2b4cb0ddcc30fa5fce87b4608246f656ed82b36c (patch)
treee44eb619bca5fcfa5d1a5c6056ebd72dac0a84ec
parenta5b6598192c30187b19b892af3110a46f6a70d76 (diff)
downloadruby-maximecb-patch-1.tar.gz
Add @maximecb as code owner for YJIT filesmaximecb-patch-1
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..afc9e4bbb0
--- /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
+doc/yjit/* @maximecb
+bootstraptest/test_yjit* @maximecb