This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi 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 0ec597b62a Add `v2-10-test` to the protected branch after `2.10.0rc1` 
(#41357)
0ec597b62a is described below

commit 0ec597b62ad6c6a8b9be0cbfecb10e05ed3fe80b
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Mon Aug 12 18:31:45 2024 +0100

    Add `v2-10-test` to the protected branch after `2.10.0rc1` (#41357)
    
    This would prevent force pushes, and the development of Airflow 2
    will continue on this branch. After development, we sync with the
    v2-10-stable branch for release
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index f31ceff254..abf36d9fdc 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