-
Notifications
You must be signed in to change notification settings - Fork 566
Expand file tree
/
Copy path.asf.yaml
More file actions
109 lines (102 loc) · 3.31 KB
/
Copy path.asf.yaml
File metadata and controls
109 lines (102 loc) · 3.31 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
#
# 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.
#
# The format of this file is documented at
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
github:
description: "Apache Iceberg"
homepage: https://rust.iceberg.apache.org/
labels:
- iceberg
- apache
- hacktoberfest
- rust
enabled_merge_buttons:
squash: true
squash_commit_message: PR_TITLE_AND_COMMIT_DETAILS
merge: false
rebase: false
protected_branches:
main:
required_status_checks:
# Check context names (job names, not workflow files) that Merge Queue
# waits for. Every producer workflow must run on both `pull_request`
# and `merge_group`, without path filters, so each context always
# reports. `strict` is omitted: Merge Queue validates every entry
# against an up-to-date main, and ASF defaults it to false.
contexts:
# Repository policy and security checks.
- Analyze Actions
- Run zizmor 🌈
- asf-allowlist-check
# Rust workflow gates.
- ci-required
- check-public-api
# Python bindings workflow gates.
- bindings-python-ci-required
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: false
required_linear_history: true
rulesets:
- name: Merge Queue
target: branch
enforcement: active
conditions:
ref_name:
include:
- "~DEFAULT_BRANCH"
exclude: []
rules:
- type: merge_queue
parameters:
check_response_timeout_minutes: 90
grouping_strategy: ALLGREEN
max_entries_to_build: 1
max_entries_to_merge: 1
merge_method: SQUASH
min_entries_to_merge: 1
min_entries_to_merge_wait_minutes: 0
pull_requests:
# allow pull requests to merge automatically once all requirements are met
allow_auto_merge: true
# auto-delete head branches after being merged
del_branch_on_merge: true
features:
wiki: false
issues: true
projects: true
discussions: true
collaborators:
- JanKaul
- c-thiel
- mbutrovich
- CTTY
ghp_branch: gh-pages
ghp_path: /
copilot_code_review:
enabled: true
review_drafts: false
review_on_push: false
notifications:
commits: commits@iceberg.apache.org
issues: issues@iceberg.apache.org
pullrequests: issues@iceberg.apache.org
jobs: ci-jobs@iceberg.apache.org
jira_options: link label link label
discussions: issues@iceberg.apache.org