Skip to content

Commit

Permalink
Disable broken last_files_match_only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jan 31, 2023
1 parent c221a40 commit 74e52c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/auto_request_review.yml
Expand Up @@ -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

0 comments on commit 74e52c2

Please sign in to comment.