This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 2b0f2b60 Create .asf.yaml
2b0f2b60 is described below
commit 2b0f2b60b755c231baf84750aee6cbdd39510a49
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 17 20:31:42 2025 +0100
Create .asf.yaml
---
.asf.yaml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..ddf6f649
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,73 @@
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+github:
+ description: "Apache Hamilton helps data scientists and engineers define
testable, modular, self-documenting dataflows, that encode lineage/tracing and
metadata. Runs and scales everywhere python does."
+ homepage: https://hamilton.apache.org/
+ labels:
+ - python
+ - data-science
+ - machine-learning
+ - etl
+ - pandas
+ - orchestration
+ - data-engineering
+ - data-analysis
+ - software-engineering
+ - feature-engineering
+ - dataframe
+ - hacktoberfest
+ - dag
+ - lineage
+ - etl-framework
+ - etl-pipeline
+ - rag
+ - mlops
+ - llmops
+
+ protected_tags:
+ - "v*.*.*"
+
+ dependabot_alerts: true
+ dependabot_updates: true
+
+ 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:
+ main:
+ 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
+ # contexts:
+ 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]
+
+
+staging:
+ profile: ~
+ whoami: asf-staging
+
+publish:
+ whoami: asf-site