Skip to content

Commit

Permalink
Merge pull request #652 from apache/update_asfyaml_on_main
Browse files Browse the repository at this point in the history
Update .asf.yaml:
  • Loading branch information
leerho authored Feb 21, 2025
2 parents b235526 + bfb9f96 commit e1f3890
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,24 @@ github:
ghp_branch: gh-pages
ghp_path: /docs

master:
required_status_checks:
# strict means "Require branches to be up to date before merging."
strict: true

required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
protected_branches:
main:
required_status_checks:
# strict means "Require branches to be up to date before merging."
strict: true

required_pull_request_reviews:
dismiss_stale_reviews: false
equired_approving_review_count: 1

# squash or rebase must be allowed in the repo for this setting to be set to true.
required_linear_history: false

required_signatures: false

# requires all conversations to be resolved before merging is possible
required_conversation_resolution: false

dependabot_alerts: true
dependabot_updates: false

Expand Down

0 comments on commit e1f3890

Please sign in to comment.