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 98d9c38f84b Add back Branch Protection for `v2-10-test` (#44992)
98d9c38f84b is described below

commit 98d9c38f84b41c72209752b4e3cc8996c4011504
Author: Kaxil Naik <kaxiln...@apache.org>
AuthorDate: Tue Dec 17 20:16:29 2024 +0530

    Add back Branch Protection for `v2-10-test` (#44992)
    
    Branches are synced again: 
https://github.com/apache/airflow/compare/v2-10-stable...v2-10-test
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 1e1aa60979c..8134fddbcd9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -113,6 +113,11 @@ github:
       required_pull_request_reviews:
         required_approving_review_count: 1
       required_linear_history: true
+    v2-10-test:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+      required_linear_history: true
+      required_conversation_resolution: true
   collaborators:
     # Max 10 collaborators allowed
     # 
https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#assigning-the-github-triage-role-to-external-collaborators

Reply via email to