Skip to content

Commit c980434

Browse files
authored
HOTFIX Disable branch protections on trunk (apache#19139)
This reverts the branch protections added in apache#19122 Reviewers: David Jacot <[email protected]>
1 parent 899cdb5 commit c980434

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.asf.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,7 @@ github:
4747
rebase: false
4848

4949
protected_branches:
50-
trunk:
51-
required_status_checks:
52-
strict: false
53-
contexts:
54-
- build / CI checks completed
55-
required_pull_request_reviews:
56-
required_approving_review_count: 1
50+
trunk: {}
5751

5852
# Disable force push on release branches
5953
4.0: {}

0 commit comments

Comments
 (0)