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

lukaszlenart pushed a commit to branch feature/codeowners-review
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 6950fcb75f68834fc913cba78c427f10a31cc402
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Mar 30 08:36:50 2024 +0100

    Enables required review by codeowners
---
 .asf.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 673c6e25c..ed31174c3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,7 +13,13 @@ notifications:
 github:
   del_branch_on_merge: true
   protected_branches:
-    master: { }
+    master:
+      # contexts are the names of checks that must pass.
+      contexts:
+        - Java Maven / Build and Test
+      required_pull_request_reviews:
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
   autolink_jira:
     - WW
   dependabot_alerts:  true

Reply via email to