This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 3f44d03085b Make `v2-11-stable` a protected branch (#50966)
3f44d03085b is described below
commit 3f44d03085bbbc0e3e5f10ce2d9d711e1f9f7251
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu May 22 21:57:33 2025 +0530
Make `v2-11-stable` a protected branch (#50966)
Now that 2.11.0 is out, we can mark this branch as protected.
---
.asf.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 8a8b3b4c59d..bf6224b482b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -134,6 +134,11 @@ github:
required_approving_review_count: 1
required_linear_history: true
required_signatures: false
+ v2-11-stable:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
+ required_linear_history: true
+ required_signatures: false
v3-0-stable:
required_pull_request_reviews:
required_approving_review_count: 1