Skip to content

Commit

Permalink
chore: add required review on master (apache#12694)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored Feb 3, 2021
1 parent fab6238 commit 8553543
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,17 @@ github:
squash: true
merge: false
rebase: false

protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- check

required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: true
required_approving_review_count: 1

0 comments on commit 8553543

Please sign in to comment.