Skip to content

Commit 2669ccd

Browse files
authored
Repo: Set status checks to strict (#1640)
We just had an issue with merging a stale branch, which fixed @kevinjqliu right away in #1638 In `iceberg-rust` they have this nice button: <img width="920" alt="image" src="https://github.com/user-attachments/assets/194fef4a-89aa-407c-a113-4253fc5ad04b" /> I think this is the result of the following config: https://github.com/apache/iceberg-rust/blob/63545895d2c35db0f0c550cb1c08acd52a9f5b4c/.asf.yaml#L36C10-L39C21 I don't think it would work well for Java because of the activity there, and the time it takes to run the Spark integration tests, but I would love to have this button here.
1 parent c2529b9 commit 2669ccd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.asf.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ github:
3434
rebase: true
3535
protected_branches:
3636
main:
37+
required_status_checks:
38+
# strict means "Require branches to be up to date before merging".
39+
strict: true
40+
3741
required_pull_request_reviews:
3842
required_approving_review_count: 1
3943

0 commit comments

Comments
 (0)