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

lukaszlenart pushed a commit to branch fix/updates-asf-yaml
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 4ee8b02262b09e80f19d858ac1c236087ac7c499
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Dec 23 15:24:10 2024 +0100

    Updates .asf.yaml to match main
---
 .asf.yaml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5e259c710..b8148da8d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,9 +11,19 @@ notifications:
   jira_options: link label worklog
 
 github:
+  description: "Apache Struts is a free, open-source, MVC framework for 
creating elegant, modern Java web applications"
+  homepage: https://struts.apache.org/
   del_branch_on_merge: true
   protected_branches:
-    master:
+    main:
+      # contexts are the names of checks that must pass.
+      contexts:
+        - build
+      required_pull_request_reviews:
+        # it does not work because our github teams are private/secret, see 
INFRA-25666
+        require_code_owner_reviews: false
+        required_approving_review_count: 0
+    release/*:
       # contexts are the names of checks that must pass.
       contexts:
         - build

Reply via email to