This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch add_branch_protection_to_6.0.X in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
commit 8d4070f168013c1474f053c033d1689ce4bc62c1 Author: Lee Rhodes <[email protected]> AuthorDate: Wed Apr 16 12:18:08 2025 -0700 Add branch protection and fix NOTICE --- .asf.yaml | 25 ++++++++++++++++++++++++- NOTICE | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 15e33a50..faf1a36e 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,2 +1,25 @@ github: - homepage: https://datasketches.apache.org \ No newline at end of file + homepage: https://datasketches.apache.org + ghp_branch: gh-pages + ghp_path: /docs + + protected_branches: + main: + required_status_checks: + # strict means "Require branches to be up to date before merging." + strict: true + + required_pull_request_reviews: + dismiss_stale_reviews: false + required_approving_review_count: 1 + + # squash or rebase must be allowed in the repo for this setting to be set to true. + required_linear_history: false + + required_signatures: false + + # requires all conversations to be resolved before merging is possible + required_conversation_resolution: false + + dependabot_alerts: true + dependabot_updates: false \ No newline at end of file diff --git a/NOTICE b/NOTICE index d35ff245..8622b4bf 100644 --- a/NOTICE +++ b/NOTICE @@ -3,7 +3,7 @@ Copyright 2025 - The Apache Software Foundation Copyright 2015-2018 Yahoo Inc. Copyright 2019-2020 Verizon Media -Copyright 2021- Yahoo Inc. +Copyright 2021-2025 Yahoo Inc. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
