You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/12 18:08:45 UTC

[flink-connector-opensearch] 01/01: Initialize project

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git

commit 55dd8d5f85291a614231aa5e95a63620e5056d5d
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Sep 12 20:08:34 2022 +0200

    Initialize project
---
 .asf.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.asf.yml b/.asf.yml
new file mode 100644
index 0000000..33536cd
--- /dev/null
+++ b/.asf.yml
@@ -0,0 +1,20 @@
+github:
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
+  labels:
+    - flink
+    - opensearch
+    - connector
+    - datastream
+    - table
+    - sql
+  collaborators:
+    - flinkbot
+notifications:
+  commits:      commits@flink.apache.org
+  issues:       issues@flink.apache.org
+  pullrequests: issues@flink.apache.org
+  jobs:         builds@flink.apache.org
+  jira_options: link label
\ No newline at end of file