This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 5155a1716c [MINOR] Update GitHub setting for branch protection (#7008)
5155a1716c is described below
commit 5155a1716c8d60176dff07ac9960c5f50226a2b2
Author: Shiyan Xu <[email protected]>
AuthorDate: Fri Oct 21 01:26:44 2022 +0800
[MINOR] Update GitHub setting for branch protection (#7008)
- require at least 1 approving review
---
.asf.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 2eb171432c..eb3098284e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,6 +38,10 @@ github:
squash: true
merge: false
rebase: false
+ protected_branches:
+ master:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
notifications:
commits: [email protected]
issues: [email protected]