This is an automated email from the ASF dual-hosted git repository. aloalt pushed a commit to branch 2pk03-1-1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit e8dc7c2ddcd5f3bdade145b88b501750359f67a3 Author: Alexander Alten-Lorenz <[email protected]> AuthorDate: Tue Nov 26 14:38:22 2024 +0100 Update .asf.yaml add main branch protection --- .asf.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 46346b93..330ff0aa 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -29,8 +29,10 @@ github: merge: false rebase: false protected_branches: - main: {} - deploy: {} + main: + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 publish: whoami: deploy
