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

gerlowskija pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1fa745c8b Resolve asf.yaml syntax error (#146)
1fa745c8b is described below

commit 1fa745c8b60e3585a3fb9dc193f6abc3f91e2c93
Author: Jason Gerlowski <[email protected]>
AuthorDate: Wed Mar 26 07:39:45 2025 -0400

    Resolve asf.yaml syntax error (#146)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4908b5e23..d6fb148d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,8 +12,8 @@ github:
     merge:  true
     rebase: false
   protected_branches:
-    main
-    production
+    main: {}
+    production: {}
 
 notifications:
   jobs:         [email protected]

Reply via email to