This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch branch_protection in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit 27d988f0eda27b36c0afac31a51bf39073ea3e17 Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue Feb 18 18:40:10 2025 -0800 enable branch protection --- .asf.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 45d974b..f15ed26 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -2,3 +2,11 @@ github: homepage: https://datasketches.apache.org ghp_branch: gh-pages ghp_path: /docs + + protected_branches: + master: + required_pull_request_reviews: + dismiss_stale_reviews: false + required_approving_review_count: 1 + required_signatures: false + required_conversation_resolution: false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
