summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-31 09:15:01 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-01-31 09:15:05 -0800
commit74e52c2a1723320423a776187cdf6360b7f44281 (patch)
tree71ae0327241a0f8e6aa3c7a942b19755ffd2cb9b /.github
parentc221a40201d6c674f168a33bfa1f1952bbfb6891 (diff)
Disable broken last_files_match_only for now
Diffstat (limited to '.github')
-rw-r--r--.github/auto_request_review.yml5
1 files changed, 4 insertions, 1 deletions
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