Yicong-Huang commented on code in PR #3632:
URL: https://github.com/apache/texera/pull/3632#discussion_r2261629074


##########
.asf.yaml:
##########
@@ -0,0 +1,53 @@
+# 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

Review Comment:
   we will add required CI checks in a separated PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to