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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new c5acf1a  Add .asf.yaml
c5acf1a is described below

commit c5acf1a5fc0b88b94d33743452fdc25e0af4aa33
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Mon Sep 23 15:57:57 2024 +0300

    Add .asf.yaml
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .asf.yaml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..7d7fb1c
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,52 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# This file configures github and jira notifications based on
+# https://s.apache.org/asfyaml-notify
+
+github:
+  description: "Rust SDK for Apache Avro - a data serialization system."
+  homepage: https://avro.apache.org/
+  labels:
+    - avro
+    - bigdata
+    - rust
+  enabled_merge_buttons:
+    merge: false
+    rebase: true
+    squash: true
+  features:
+    issues: true
+    pull_requests: true
+    projects: false
+    releases: false
+    wiki: false
+  protected_tags:
+    - "rel/*"
+    - "v*.*.*"
+
+#publish:
+#  whoami: asf-site
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  # Send new/closed PR notifications to dev@
+  pullrequests_status: [email protected]
+  # Send individual PR comments/reviews to issues@
+  pullrequests_comment: [email protected]
+  jira_options: link label worklog

Reply via email to