Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ github:
del_branch_on_merge: true
features:
issues: true
protected_branches:
main:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
Comment thread
dave2wave marked this conversation as resolved.
required_pull_request_reviews:
dismiss_stale_reviews: false
Comment thread
dave2wave marked this conversation as resolved.
required_approving_review_count: 1
Comment thread
dave2wave marked this conversation as resolved.

notifications:
commits: commits@infra.apache.org
Expand Down
Loading