flyrain commented on code in PR #840:
URL: https://github.com/apache/polaris/pull/840#discussion_r1925728909
##########
.asf.yaml:
##########
@@ -38,11 +38,15 @@ github:
protected_branches:
main:
required_pull_request_reviews:
+ # if we want to use this, GitHub CODEOWNERS should be cleanly define,
with different patterns/owners
require_code_owner_reviews: false
required_approving_review_count: 1
required_linear_history: true
+ # requires all conversations to be resolved before merging
+ required_conversation_resolution: true
Review Comment:
+1 for a soft rule as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]