This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 279736efc Add reviews rule on PR
279736efc is described below

commit 279736efce821dfe515e2c3d7decb4af02e5288b
Author: JB Onofré <[email protected]>
AuthorDate: Wed May 29 11:10:02 2024 +0200

    Add reviews rule on PR
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 2b1defbdf..91d30828a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,6 +33,12 @@ github:
   protected_branches:
     main:
       required_linear_history: true
+      required_status_checks:
+        strict: true
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+        dismiss_stale_reviews: true
+      required_conversation_resolution: true
 
   features:
     wiki: true

Reply via email to