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:44 UTC

[flink-connector-opensearch] branch main created (now 55dd8d5)

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

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


      at 55dd8d5  Initialize project

This branch includes the following new commits:

     new 55dd8d5  Initialize project

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ch...@apache.org.
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