diff --git a/.asf.yaml b/.asf.yaml index e6f9154a5b2a8..5954246e6890a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -66,6 +66,9 @@ github: v2-5-stable: required_pull_request_reviews: required_approving_review_count: 1 + v2-6-stable: + required_pull_request_reviews: + required_approving_review_count: 1 collaborators: - auvipy diff --git a/codecov.yml b/codecov.yml index 9258dda0595dd..68d60fd0262c2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -50,6 +50,8 @@ coverage: - v2-4-test - v2-5-stable - v2-5-test + - v2-6-stable + - v2-6-test if_not_found: success if_ci_failed: error informational: true @@ -75,6 +77,8 @@ coverage: - v2-4-test - v2-5-stable - v2-5-test + - v2-6-stable + - v2-6-test if_no_uploads: error if_not_found: success if_ci_failed: error