This is an automated email from the ASF dual-hosted git repository.
mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 940388a [hotfix] Change email/repository notifications to match with
Flink Core settings
940388a is described below
commit 940388ac1f9923b45ed10f6014f797f42f6ba949
Author: MartijnVisser <[email protected]>
AuthorDate: Mon Apr 4 14:28:51 2022 +0200
[hotfix] Change email/repository notifications to match with Flink Core
settings
---
.asf.yaml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..8a3fdea
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,16 @@
+github:
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
+ labels:
+ - flink
+ - big-data
+ - java
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ jobs: [email protected]
+ jira_options: link label
+