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 588ca672d4 Add v2-7 branches to main (#33035)
588ca672d4 is described below

commit 588ca672d45e39a91da391238f672d50a2b2209a
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Wed Aug 2 12:56:47 2023 +0100

    Add v2-7 branches to main (#33035)
    
    Time for 2.7.0
---
 .asf.yaml   | 3 +++
 codecov.yml | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index f04ceb01ce..f9bc2e376f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -69,6 +69,9 @@ github:
     v2-6-stable:
       required_pull_request_reviews:
         required_approving_review_count: 1
+    v2-7-stable:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
 
   collaborators:
     - mhenc
diff --git a/codecov.yml b/codecov.yml
index 68d60fd026..af129be875 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -52,6 +52,8 @@ coverage:
           - v2-5-test
           - v2-6-stable
           - v2-6-test
+          - v2-7-stable
+          - v2-7-test
         if_not_found: success
         if_ci_failed: error
         informational: true
@@ -79,6 +81,8 @@ coverage:
           - v2-5-test
           - v2-6-stable
           - v2-6-test
+          - v2-7-stable
+          - v2-7-test
         if_no_uploads: error
         if_not_found: success
         if_ci_failed: error

Reply via email to