mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add code owners for YJIT sources
Code owners are automatically tagged as reviewers on pull requests
This commit is contained in:
parent
a5b6598192
commit
cf52a2c9ba
1 changed files with 7 additions and 0 deletions
7
.github/CODEOWNERS
vendored
Normal file
7
.github/CODEOWNERS
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue