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 <[email protected]> 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: [email protected] + issues: [email protected] + pullrequests: [email protected] + jobs: [email protected] + jira_options: link label \ No newline at end of file
