This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f45521c324245cc9f69c03888c4bfb7dc3427649 Author: Kaxil Naik <[email protected]> AuthorDate: Wed Apr 23 12:57:42 2025 +0530 Make `v3-0-stable` a protected branch (#49594) (cherry picked from commit 66750fd038a24e1663c78440e71f1662185ae1f7) --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 3130630e80c..59dfd3c401a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -134,6 +134,11 @@ github: required_linear_history: true required_conversation_resolution: true required_signatures: false + v3-0-stable: + required_pull_request_reviews: + required_approving_review_count: 1 + required_linear_history: true + required_signatures: false providers-fab/v1-5: required_pull_request_reviews: required_approving_review_count: 1
