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 c07c5925e9 Add v2-8 branches to codecov.yml and .asf.yaml (#35750)
c07c5925e9 is described below
commit c07c5925e93ba0a8f37f20c7deb814d0f6925705
Author: Ephraim Anierobi <[email protected]>
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