Skip to content

Commit 77267e6

Browse files
authored
Create .asf.yaml (#1312)
* Create .asf.yaml We need this to operate within apache. * Update .asf.yaml * Update .asf.yaml
1 parent 8c5d85d commit 77267e6

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

.asf.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
2+
3+
github:
4+
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."
5+
homepage: https://hamilton.apache.org/
6+
labels:
7+
- python
8+
- data-science
9+
- machine-learning
10+
- etl
11+
- pandas
12+
- orchestration
13+
- data-engineering
14+
- data-analysis
15+
- software-engineering
16+
- feature-engineering
17+
- dataframe
18+
- hacktoberfest
19+
- dag
20+
- lineage
21+
- etl-framework
22+
- etl-pipeline
23+
- rag
24+
- mlops
25+
- llmops
26+
27+
protected_tags:
28+
- "v*.*.*"
29+
30+
dependabot_alerts: true
31+
dependabot_updates: true
32+
33+
features:
34+
# Enable wiki for documentation
35+
wiki: true
36+
# Enable issue management
37+
issues: true
38+
# Enable projects for project management boards
39+
projects: true
40+
# Enable github discussions
41+
discussions: true
42+
43+
enabled_merge_buttons:
44+
squash: true
45+
merge: false
46+
rebase: true
47+
48+
protected_branches:
49+
main:
50+
required_status_checks:
51+
# strict means "Require branches to be up to date before merging".
52+
strict: false
53+
# contexts are the names of checks that must pass
54+
# contexts:
55+
required_pull_request_reviews:
56+
dismiss_stale_reviews: false
57+
require_code_owner_reviews: false
58+
required_approving_review_count: 1
59+
60+
notifications:
61+
62+
63+
pullrequests: [email protected]
64+
discussions: [email protected]
65+

0 commit comments

Comments
 (0)