summaryrefslogtreecommitdiff
path: root/.github/auto_request_review.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-05 10:18:03 -0800
committerGitHub <noreply@github.com>2023-01-05 13:18:03 -0500
commit1fb0255962e7420c5ab9e0b7a221e5c220f32700 (patch)
treeeeabdde5651e98cc1e7c065690843dfd48a958b9 /.github/auto_request_review.yml
parent273dca3aed7989120d57f80c789733d4bc870ffe (diff)
downloadruby-1fb0255962e7420c5ab9e0b7a221e5c220f32700.tar.gz
Skip reviews for cruby_bindings-only PRs [ci skip] (#7004)
Diffstat (limited to '.github/auto_request_review.yml')
-rw-r--r--.github/auto_request_review.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml
index d058b6ca00..a6eb7c8eab 100644
--- a/.github/auto_request_review.yml
+++ b/.github/auto_request_review.yml
@@ -1,9 +1,11 @@
files:
'yjit*': [team:yjit]
'yjit/**/*': [team:yjit]
+ 'yjit/src/cruby_bindings.inc.rs': []
'doc/yjit/*': [team:yjit]
'bootstraptest/test_yjit*': [team:yjit]
'test/ruby/test_yjit*': [team:yjit]
'.github/workflows/yjit*': [team:yjit]
options:
ignore_draft: true
+ last_files_match_only: true