You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/05/15 16:49:57 UTC

[kyuubi-shaded] branch master updated: [KYUUBI-SHADED #2] Add .asf.yaml

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new d2db2db  [KYUUBI-SHADED #2] Add .asf.yaml
d2db2db is described below

commit d2db2db8999d5c4416e212bf5c046fe9de3b34b0
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue May 16 00:49:41 2023 +0800

    [KYUUBI-SHADED #2] Add .asf.yaml
    
    ### _Why are the changes needed?_
    
    Add `.asf.yaml` to change notifications' channel
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #2 from pan3793/asf.
    
    4bb2fb2 [Cheng Pan] Add .asf.yaml
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .asf.yaml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..9eddcf0
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,36 @@
+#
+# 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.
+#
+
+# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+
+github:
+  description: "Apache Kyuubi Shaded Projects."
+  homepage: https://kyuubi.apache.org/
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  protected_branches: ~
+  features:
+    issues: true
+    discussions: true
+    wiki: false
+    projects: false
+notifications:
+  commits: commits@kyuubi.apache.org
+  issues: notifications@kyuubi.apache.org
+  pullrequests: notifications@kyuubi.apache.org