[hotfix] Configure repository notifications and setup
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..19fed87
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,15 @@
+github:
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
+  labels:
+    - flink
+  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