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

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


The following commit(s) were added to refs/heads/staging by this push:
     new 81967dcae Fix .asf.yaml syntax
81967dcae is described below

commit 81967dcae51ce5ea938db99a96b880e7a5ff17be
Author: kparisa <[email protected]>
AuthorDate: Sun Jul 13 01:28:35 2025 -0500

    Fix .asf.yaml syntax
---
 .asf.yaml        | 6 ++----
 static/.asf.yaml | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 640382b45..44d5eb6ea 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,9 +18,8 @@ github:
     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 7ea6c2378..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
@@ -22,7 +21,6 @@ publish:
 staging:
   profile: ~
   whoami: asf-staging
-  url: https://iggy.staged.apache.org/
 
 notifications:
   commits: [email protected]

Reply via email to