Require reviewers' approval before the PR can be merged (#6143)

This commit is contained in:
kezhenxu94 2021-09-09 09:55:39 +08:00 committed by GitHub
parent edb8f3c435
commit 9c211bd592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -42,3 +42,6 @@ github:
dev:
required_status_checks:
strict: true
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1