This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new b0d1e6daa02 MINOR: Add project details in asf.yaml (#21741)
b0d1e6daa02 is described below
commit b0d1e6daa02efab436abea23eb3d51b84eb07bc4
Author: Mickael Maison <[email protected]>
AuthorDate: Fri Mar 13 14:43:58 2026 +0100
MINOR: Add project details in asf.yaml (#21741)
Add the homepage, description and some tags as per
https://github.com/apache/infrastructure-asfyaml
Reviewers: Christo Lolov <[email protected]>
---
.asf.yaml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 536402bd8d4..4c577ed4f84 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,9 +25,17 @@ notifications:
pullrequests: [email protected]
jira_options: link label
-# This list allows you to triage pull requests and trigger workflow runs on
GitHub Actions. It can have a maximum of 10 collaborators.
-# Read more here: https://github.com/apache/infrastructure-asfyaml
github:
+ description: "Apache Kafka - A distributed event streaming platform"
+ homepage: https://kafka.apache.org/
+ labels:
+ - java
+ - scala
+ - kafka
+ - streaming
+
+ # This list allows you to triage pull requests and trigger workflow runs on
GitHub Actions. It can have a maximum of 10 collaborators.
+ # Read more here: https://github.com/apache/infrastructure-asfyaml
collaborators:
- brandboat
- chirag-wadhwa5