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 6446f0a785 Add 2.5.0 to main (#27891)
6446f0a785 is described below

commit 6446f0a78566a91b1013dc01272950c9ada4f0fb
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Thu Nov 24 15:41:09 2022 +0100

    Add 2.5.0 to main (#27891)
---
 .asf.yaml   | 3 +++
 codecov.yml | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 755bb42e66..b6d2a43feb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -63,6 +63,9 @@ github:
     v2-4-stable:
       required_pull_request_reviews:
         required_approving_review_count: 1
+    v2-5-stable:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
 
   collaborators:
     - auvipy
diff --git a/codecov.yml b/codecov.yml
index 816ecbcb16..a16f547cb4 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -48,6 +48,8 @@ coverage:
           - v2-3-test
           - v2-4-stable
           - v2-4-test
+          - v2-5-stable
+          - v2-5-test
         if_not_found: success
         if_ci_failed: error
         informational: true
@@ -71,6 +73,8 @@ coverage:
           - v2-3-test
           - v2-4-stable
           - v2-4-test
+          - v2-5-stable
+          - v2-5-test
         if_no_uploads: error
         if_not_found: success
         if_ci_failed: error

Reply via email to