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

ephraimanierobi pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 1fc0633f894ed8902b8a73af21421eeb380af839
Author: Ephraim Anierobi <splendidzig...@gmail.com>
AuthorDate: Mon Nov 20 15:10:37 2023 +0100

    Add v2-8 branches to codecov.yml and .asf.yaml (#35750)
---
 .asf.yaml   | 3 +++
 codecov.yml | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 6166687a5d..094299d2c4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -71,6 +71,9 @@ github:
     v2-7-stable:
       required_pull_request_reviews:
         required_approving_review_count: 1
+    v2-8-stable:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
 
   collaborators:
     - mhenc
diff --git a/codecov.yml b/codecov.yml
index 67ea777302..d1ed5fb446 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -55,6 +55,8 @@ coverage:
           - v2-6-test
           - v2-7-stable
           - v2-7-test
+          - v2-8-stable
+          - v2-8-test
         if_not_found: success
         if_ci_failed: error
         informational: true

Reply via email to