This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new c9804344de0 HOTFIX Disable branch protections on trunk (#19139)
c9804344de0 is described below
commit c9804344de0e395113df9aea806c339bc773f527
Author: David Arthur <[email protected]>
AuthorDate: Thu Mar 6 10:33:56 2025 -0500
HOTFIX Disable branch protections on trunk (#19139)
This reverts the branch protections added in #19122
Reviewers: David Jacot <[email protected]>
---
.asf.yaml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 7ead3b1a0c2..35b230d8e12 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,13 +47,7 @@ github:
rebase: false
protected_branches:
- trunk:
- required_status_checks:
- strict: false
- contexts:
- - build / CI checks completed
- required_pull_request_reviews:
- required_approving_review_count: 1
+ trunk: {}
# Disable force push on release branches
4.0: {}