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 6deb4812be Add 2-10 branches to protected branches and codecoverage 
(#40940)
6deb4812be is described below

commit 6deb4812bef06e90c77e7cb2b81d1aa8adc23077
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Fri Aug 9 08:32:50 2024 +0100

    Add 2-10 branches to protected branches and codecoverage (#40940)
---
 .asf.yaml   | 4 ++++
 codecov.yml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b7f7c93361..f31ceff254 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -109,6 +109,10 @@ github:
       required_pull_request_reviews:
         required_approving_review_count: 1
       required_linear_history: true
+    v2-10-stable:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+      required_linear_history: true
   collaborators:
     # Max 10 collaborators allowed
     # 
https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#assigning-the-github-triage-role-to-external-collaborators
diff --git a/codecov.yml b/codecov.yml
index 5b5d2e6366..f83c7cc7dc 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -59,6 +59,8 @@ coverage:
           - v2-8-test
           - v2-9-stable
           - v2-9-test
+          - v2-10-stable
+          - v2-10-test
         if_not_found: success
         if_ci_failed: error
         informational: true
@@ -92,6 +94,8 @@ coverage:
           - v2-8-test
           - v2-9-stable
           - v2-9-test
+          - v2-10-stable
+          - v2-10-test
         if_no_uploads: error
         if_not_found: success
         if_ci_failed: error

Reply via email to