This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore-update-asf-yaml in repository https://gitbox.apache.org/repos/asf/texera.git
commit 3972fed37c56cd274eaffc4c392cd1fd9865da21 Author: Yicong Huang <[email protected]> AuthorDate: Thu Aug 7 17:44:26 2025 -0700 chore: update .asf.yaml to include PR settings Signed-off-by: Yicong Huang <[email protected]> --- .asf.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 624e88919c..8af18adddd 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -46,21 +46,30 @@ github: # Enable github discussions discussions: true + pull_requests: + # allow auto-merge + allow_auto_merge: true + # enable updating head branches of pull requests + allow_update_branch: true + # auto-delete head branches after being merged + del_branch_on_merge: true + enabled_merge_buttons: squash: true + squash_commit_message: PR_TITLE_AND_DESC merge: false rebase: true - + protected_branches: master: required_status_checks: # strict means "Require branches to be up to date before merging". - strict: false - # contexts are the names of checks that must pass + strict: true required_pull_request_reviews: dismiss_stale_reviews: false require_code_owner_reviews: false required_approving_review_count: 1 + required_linear_history: true notifications: commits: [email protected]
