Skip to content
3 changes: 2 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ github:
dependabot_alerts: true
dependabot_updates: false

# --- OPTIONAL self-serve branch protection (enable once the project agrees on required checks) ----
# --- Branch protection: 1 approving review + green CI required to merge to master -----------------
Comment thread
HackedRico marked this conversation as resolved.
protected_branches:
master:
required_pull_request_reviews:
Comment thread
HackedRico marked this conversation as resolved.
required_approving_review_count: 1
dismiss_stale_reviews: true
required_status_checks:
strict: true
# Contexts must be check-run (job) names as reported to GitHub, not workflow names.
contexts:
- Code Quality
- Security Checks
Expand Down
Loading