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

qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-tsfile-viewer.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a50701  open issue and wiki in repo (#6)
3a50701 is described below

commit 3a50701563e46515707ba4bb20383e7476a8b503
Author: Jialin Qiao <[email protected]>
AuthorDate: Sat Nov 26 12:35:22 2022 +0800

    open issue and wiki in repo (#6)
---
 .asf.yaml | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 693b7e1..1beb21a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,20 @@
 # under the License.
 #
 
-notifications:
-  issues:       [email protected]
-  pullrequests: [email protected]
+github:
+  description: "Apache IoTDB TsFile Viewer"
+  homepage: https://iotdb.apache.org/
+  labels:
+    - timeseries
+    - tsfile
+    - java
+  features:
+    wiki: true
+    issues: true
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:   false
+    # disable rebase button:
+    rebase:  true

Reply via email to