summaryrefslogtreecommitdiff
path: root/.github/auto_request_review.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-13 10:17:17 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2022-09-13 10:18:17 +0900
commit9179f666fbabfe244801060d76bb95de3831c217 (patch)
treea33db7bcc97bcb436ad40fa997e9dafa2d6ca065 /.github/auto_request_review.yml
parentbc8bbd23ab7e2a2a008fba9c8b95a5f4b9c87743 (diff)
downloadruby-9179f666fbabfe244801060d76bb95de3831c217.tar.gz
Configure auto_request_review for YJIT team
We need to use pull_request_target instead of pull_request to use secrets. pull_request_target seems to be executed from the default branch, so pushing this to master to test this.
Diffstat (limited to '.github/auto_request_review.yml')
-rw-r--r--.github/auto_request_review.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml
new file mode 100644
index 0000000000..57fc5566d1
--- /dev/null
+++ b/.github/auto_request_review.yml
@@ -0,0 +1,9 @@
+files:
+ 'yjit*': [team:yjit]
+ 'yjit/*': [team:yjit]
+ 'doc/yjit/*': [team:yjit]
+ 'bootstraptest/test_yjit*': [team:yjit]
+ 'test/ruby/test_yjit*': [team:yjit]
+ '.github/workflows/yjit*': [team:yjit]
+options:
+ ignore_draft: true