From 86d7ae1649dc3073f9d5f49576bcd8758505b58e Mon Sep 17 00:00:00 2001 From: Yicong Huang Date: Sat, 2 May 2026 00:05:36 -0700 Subject: [PATCH] chore(asf): require conversation resolution before merge Block merging when any PR review thread is unresolved. Closes #4659. Co-Authored-By: Claude Opus 4.7 (1M context) --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index 8b923c266b0..14e9e9f4c17 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -77,6 +77,7 @@ github: require_code_owner_reviews: false required_approving_review_count: 1 required_linear_history: true + required_conversation_resolution: true notifications: commits: commits@texera.apache.org