You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/05 00:57:36 UTC

[pulsar-site] branch main updated: Set notifications and merge buttons

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 29b6eeffb36 Set notifications and merge buttons
     new 704dc44d5f9 Merge pull request #197 from tisonkun/patch-2
29b6eeffb36 is described below

commit 29b6eeffb36dd4bfffe9de2a78bdff3bd248511b
Author: tison <wa...@gmail.com>
AuthorDate: Sat Sep 3 11:36:43 2022 +0800

    Set notifications and merge buttons
---
 .asf.yaml | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 113ccd98e4f..c144dbd2889 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,31 @@
+# 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.
+
 github:
+  description: "Apache Pulsar Site"
+  homepage: https://pulsar.apache.org/
   features:
-    # Enable issue management
     issues: true
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
+
+notifications:
+  commits:      commits@pulsar.apache.org
+  issues:       commits@pulsar.apache.org
+  pullrequests: commits@pulsar.apache.org