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

yiconghuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ee8422daf chore: Create .asf.yaml (#3632)
0ee8422daf is described below

commit 0ee8422dafc3903a487a616497902eb68a12cead
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 8 01:17:20 2025 +0100

    chore: Create .asf.yaml (#3632)
    
    https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
    
    Used to setup the GitHub settings for your repo. The setup menus are
    configured to be private and can't be accessed via UI.
    
    ---------
    
    Signed-off-by: PJ Fanning <[email protected]>
---
 .asf.yaml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000000..624e88919c
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,70 @@
+# 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.
+
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+github:
+  description: "Collaborative Machine-Learning-Centric Data Analytics Using 
Workflows"
+  homepage: https://texera.io/
+  labels:
+    - workflow
+    - data-science
+    - data
+    - machine-learning
+    - artificial-intelligence
+    - cloud-native
+    - data-analytics
+    - texera
+
+  protected_tags:
+    - "v*.*.*"
+
+  dependabot_alerts:  true
+  dependabot_updates: false
+
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
+    # Enable github discussions
+    discussions: true
+
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true
+
+  protected_branches:
+    master:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # contexts are the names of checks that must pass
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
+
+notifications:
+  commits:              [email protected]
+  issues:               [email protected]
+  pullrequests:         [email protected]
+  discussions:          [email protected]
+  jobs:                 [email protected]

Reply via email to