From 8f74fac6d3c33a3168efa8c393773775006cea08 Mon Sep 17 00:00:00 2001 From: mike_xwm Date: Thu, 30 Dec 2021 10:58:03 +0800 Subject: [PATCH] Update .asf.yaml make the master branch under the protected --- .asf.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 6e80e350b..4234e7a09 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -41,5 +41,9 @@ github: squash: true rebase: false protected_branches: - test: - foo: bar + master: + required_status_checks: + strict: true + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1