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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new eb2d849  Use the correct .asf.yaml file name (not .asf.yml) (#331)
eb2d849 is described below

commit eb2d84901c61d5827fd50620c126ba8bf7a9f1d8
Author: JB Onofré <[email protected]>
AuthorDate: Tue Oct 1 17:38:22 2024 +0200

    Use the correct .asf.yaml file name (not .asf.yml) (#331)
---
 .asf.yml => .asf.yaml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.asf.yml b/.asf.yaml
similarity index 90%
rename from .asf.yml
rename to .asf.yaml
index 367133a..cd7b8d8 100644
--- a/.asf.yml
+++ b/.asf.yaml
@@ -23,7 +23,7 @@
 # https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 
 github:
-  description: "Apache Polaris"
+  description: "Apache Polaris, the interoperable, open source catalog for 
Apache Iceberg"
   homepage: https://polaris.apache.org/
   labels:
     - polaris
@@ -46,11 +46,6 @@ github:
     wiki: false
     issues: true
     projects: false
-  collaborators: # note: the number of collaborators is limited to 10
-    - flyrain
-    - dennishuo
-    - annafil
-    - collado-mike
   ghp_branch: gh-pages
   ghp_path: /
 

Reply via email to