forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.asf.yaml
More file actions
158 lines (155 loc) · 5.4 KB
/
.asf.yaml
File metadata and controls
158 lines (155 loc) · 5.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# 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.
# This file controls the settings of this repository
#
# See more details at
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
notifications:
commits: commits@datafusion.apache.org
issues: github@datafusion.apache.org
pullrequests: github@datafusion.apache.org
discussions: github@datafusion.apache.org
jira_options: link label worklog
github:
description: "Apache DataFusion SQL Query Engine"
homepage: https://datafusion.apache.org/
labels:
- arrow
- big-data
- dataframe
- datafusion
- olap
- python
- query-engine
- rust
- sql
enabled_merge_buttons:
squash: true
merge: false
rebase: false
features:
issues: true
discussions: true
protected_branches:
main:
required_pull_request_reviews:
required_approving_review_count: 1
required_status_checks:
contexts:
- "Check License Header"
- "cargo doc"
- "build and run with wasm-pack"
- "linux build test"
- "cargo test (macos-aarch64)"
- "Verify Vendored Code"
- "Check cargo fmt"
- "Verify MSRV (Min Supported Rust Version)"
- "cargo check datafusion-common features"
- "cargo check datafusion-substrait features"
- "cargo check datafusion-proto features"
- "cargo check datafusion features"
- "cargo check datafusion-functions features"
- "cargo test (amd64)"
- "cargo examples (amd64)"
- "cargo test doc (amd64)"
- "verify benchmark results (amd64)"
- "Run sqllogictest with Postgres runner"
- "Run sqllogictest in Substrait round-trip mode"
- "cargo test pyarrow (amd64)"
- "clippy"
- "check Cargo.toml formatting"
- "Use prettier to check formatting of documents"
- "check-files"
- "cargo test datafusion-cli (amd64)"
- "check configs.md and ***_functions.md is up-to-date"
# needs to be updated as part of the release process
# .asf.yaml doesn't support wildcard branch protection rules, only exact branch names
# https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branch-protection
# Keeping set of protected branches for future releases
# Meanwhile creating a prerelease script that will update the branch protection names
# automatically. Keep track on it https://github.com/apache/datafusion/issues/17134
branch-50:
required_pull_request_reviews:
required_approving_review_count: 1
branch-51:
required_pull_request_reviews:
required_approving_review_count: 1
branch-52:
required_pull_request_reviews:
required_approving_review_count: 1
branch-53:
required_pull_request_reviews:
required_approving_review_count: 1
branch-54:
required_pull_request_reviews:
required_approving_review_count: 1
branch-55:
required_pull_request_reviews:
required_approving_review_count: 1
branch-56:
required_pull_request_reviews:
required_approving_review_count: 1
branch-57:
required_pull_request_reviews:
required_approving_review_count: 1
branch-58:
required_pull_request_reviews:
required_approving_review_count: 1
branch-59:
required_pull_request_reviews:
required_approving_review_count: 1
branch-60:
required_pull_request_reviews:
required_approving_review_count: 1
branch-61:
required_pull_request_reviews:
required_approving_review_count: 1
branch-62:
required_pull_request_reviews:
required_approving_review_count: 1
branch-63:
required_pull_request_reviews:
required_approving_review_count: 1
branch-64:
required_pull_request_reviews:
required_approving_review_count: 1
branch-65:
required_pull_request_reviews:
required_approving_review_count: 1
branch-66:
required_pull_request_reviews:
required_approving_review_count: 1
branch-67:
required_pull_request_reviews:
required_approving_review_count: 1
branch-68:
required_pull_request_reviews:
required_approving_review_count: 1
branch-69:
required_pull_request_reviews:
required_approving_review_count: 1
branch-70:
required_pull_request_reviews:
required_approving_review_count: 1
pull_requests:
# enable updating head branches of pull requests
allow_update_branch: true
allow_auto_merge: true
# publishes the content of the `asf-site` branch to
# https://datafusion.apache.org/
publish:
whoami: asf-site