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

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


The following commit(s) were added to refs/heads/main by this push:
     new a039cfb365 Add Github social media preview image (#36653)
a039cfb365 is described below

commit a039cfb36536f5390977bd10254527cc7a8a60b6
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Jan 7 23:22:37 2024 +0100

    Add Github social media preview image (#36653)
---
 .asf.yaml                                               |   6 ++++++
 .../img/logos/github_repository_social_image.png        | Bin 0 -> 58203 bytes
 2 files changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d9cf13176c..e8b3906513 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,7 +20,13 @@
 github:
   description: "Apache Airflow - A platform to programmatically author, 
schedule, and monitor workflows"
   homepage: https://airflow.apache.org/
+  # Social media preview image is not supported by Github API/asf.yaml, need 
to be uploaded
+  # manually in Github repository --> Settings --> click "Edit" in "Social 
preview"
+  # See also:
+  # 
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview
+  # social_media_preview: 
docs/apache-airflow/img/logos/github_repository_social_image.png
   labels:
+    # Note that Github only supports <=20 labels/topics per repo! Pipeline 
will fail if you add more.
     - airflow
     - apache
     - apache-airflow
diff --git a/docs/apache-airflow/img/logos/github_repository_social_image.png 
b/docs/apache-airflow/img/logos/github_repository_social_image.png
new file mode 100644
index 0000000000..d9b6d7ac21
Binary files /dev/null and 
b/docs/apache-airflow/img/logos/github_repository_social_image.png differ

Reply via email to