This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 8827c551b9b696faedf01a90c3e11a01a77a5bb3 Author: PJ Fanning <[email protected]> AuthorDate: Wed Sep 10 16:17:55 2025 +0100 protect 1.2.x branch --- .asf.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index bfce87741..63150a726 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -66,7 +66,19 @@ github: required_pull_request_reviews: dismiss_stale_reviews: false require_code_owner_reviews: false - required_approving_review_count: 1 + required_approving_review_count: 1 + 1.2.x: + required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: false + # contexts are the names of checks that must pass + contexts: + - Code is formatted + - Check headers + required_pull_request_reviews: + dismiss_stale_reviews: false + require_code_owner_reviews: false + required_approving_review_count: 1 notifications: commits: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
