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

kranti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c48e3d4ec fix .asf.yaml syntax
c48e3d4ec is described below

commit c48e3d4ec1f5ffffb46cb9e74b3c0ff304570aba
Author: kparisa <[email protected]>
AuthorDate: Sun Jul 13 01:24:24 2025 -0500

    fix .asf.yaml syntax
---
 .asf.yaml        |  8 +++-----
 static/.asf.yaml | 10 +++-------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d26e5753c..cb43a0657 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,10 +17,9 @@ github:
     squash:  true
     merge:   false
     rebase:  false
-
-collaborators:
-  - username: landingpro
-    permission: write
+  
+  collaborators:
+    - landingpro
   
 publish:
   whoami: asf-site
@@ -29,7 +28,6 @@ publish:
 staging:
   profile: ~
   whoami: asf-staging
-  url: https://iggy.staged.apache.org/
 
 notifications:
   commits: [email protected]
diff --git a/static/.asf.yaml b/static/.asf.yaml
index 07cfb887d..a5fba6f27 100644
--- a/static/.asf.yaml
+++ b/static/.asf.yaml
@@ -11,9 +11,8 @@ github:
     merge:   false
     rebase:  false
 
-collaborators:
-  - username: landingpro
-    permission: write
+  collaborators:
+    - landingpro
 
 publish:
   whoami: asf-site
@@ -21,10 +20,7 @@ publish:
 # Staging and publishing profile:
 staging:
   profile: ~
-  whoami: asf-staged-site
-
-publish:
-  whoami: asf-site
+  whoami: asf-staging
 
 notifications:
   commits: [email protected]

Reply via email to