This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new dacb0d79c09 Add homepage, description & labels to .asf.yaml (#730)
dacb0d79c09 is described below
commit dacb0d79c097c3b44f65670535ae047a1f6ff838
Author: Niall Pemberton <[email protected]>
AuthorDate: Mon Nov 24 09:03:24 2025 +0000
Add homepage, description & labels to .asf.yaml (#730)
Adding the **_jekyll_** label so that its easier to find ASF projects
using [Jekyll](https://jekyllrb.com/)
(I've created an [Infra
PR](https://github.com/apache/infrastructure-website/pull/255) to add
[this GitHub
Query](https://github.com/search?q=topic%3Ajekyll+org%3Aapache&type=Repositories)
to the [Infra Project Website
page](https://infra.apache.org/project-site.html#sitemanagement))
---
.asf.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 9d682af27fc..6f47acaa6cf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,6 +14,11 @@
# limitations under the License.
github:
+ description: "Apache Arrow Website"
+ homepage: https://arrow.apache.org
+ labels:
+ - website
+ - jekyll
enabled_merge_buttons:
squash: true
merge: false