This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 361bff7b39b Add `allow_update_branch` to .asf.yaml (#63044)
361bff7b39b is described below
commit 361bff7b39b8b827afaf8287d24f5dbf4f16b588
Author: Dev-iL <[email protected]>
AuthorDate: Sat Mar 7 21:55:47 2026 +0200
Add `allow_update_branch` to .asf.yaml (#63044)
---
.asf.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index a94997aaac0..a99d2462db0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -65,6 +65,8 @@ github:
pull_requests:
# allow auto-merge
allow_auto_merge: false
+ # enable updating head branches of pull requests
+ allow_update_branch: true
# auto-delete head branches after being merged
del_branch_on_merge: true