You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/11/10 13:52:42 UTC

[flink-connector-shared-utils] branch main updated: [hotfix] Configure repository notifications and setup

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4869b87  [hotfix] Configure repository notifications and setup
4869b87 is described below

commit 4869b87ab2365505bb71a1fcff38ca2a1ad3aeb3
Author: Martijn Visser <ma...@apache.org>
AuthorDate: Thu Nov 10 14:52:34 2022 +0100

    [hotfix] Configure repository notifications and setup
---
 .asf.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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