From 74e52c2a1723320423a776187cdf6360b7f44281 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 31 Jan 2023 09:15:01 -0800 Subject: Disable broken last_files_match_only for now --- .github/auto_request_review.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml index a6eb7c8eab..f694a1c72f 100644 --- a/.github/auto_request_review.yml +++ b/.github/auto_request_review.yml @@ -8,4 +8,7 @@ files: '.github/workflows/yjit*': [team:yjit] options: ignore_draft: true - last_files_match_only: true + # This currently doesn't work as intended. We want to skip reviews when only + # cruby_bingings.inc.rs is modified, but this skips reviews even when other + # yjit files are modified as well. To be enabled after fixing the behavior. + #last_files_match_only: true -- cgit v1.2.3