This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch open_issue in repository https://gitbox.apache.org/repos/asf/iotdb-tsfile-viewer.git
commit e39e2437bca263ad1e330badf0ba96c130372b71 Author: qiaojialin <[email protected]> AuthorDate: Sat Nov 26 12:34:20 2022 +0800 open issue --- .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
