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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-test-infra.git

commit 01759a9886bbef113dea3ef609d33fc1d65166cd
Author: Sijie Guo <si...@apache.org>
AuthorDate: Tue Feb 4 12:49:04 2020 -0800

    Initialize the project
---
 .asf.yaml | 21 +++++++++++++++++++++
 README.md |  3 +++
 2 files changed, 24 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..4ae4db7
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,21 @@
+github:
+  description: "Testing infrastructure for Apache Pulsar"
+  homepage: https://pulsar.apache.org/
+  labels:
+    - pulsar
+    - pubsub
+    - test-infra
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issues management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # disable merge button:
+    merge:   false
+    # disable rebase button:
+    rebase:  false
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..916446c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Apache Pulsar Test Infrastructure
+
+This repo is used for keeping all the scripts and github actions for running 
Pulsar test infrastructure.
\ No newline at end of file

Reply via email to