From 1fb0255962e7420c5ab9e0b7a221e5c220f32700 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 5 Jan 2023 10:18:03 -0800 Subject: Skip reviews for cruby_bindings-only PRs [ci skip] (#7004) --- .github/auto_request_review.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/auto_request_review.yml') 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 -- cgit v1.2.1