This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 9dc4978a3582bd4dfa95d670371dc11b5b3ae4c7 Author: PJ Fanning <[email protected]> AuthorDate: Wed Apr 1 15:26:40 2026 +0200 Add required status checks for 1.4.x branch --- .asf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index d7b046c60..5a1e0667d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -91,6 +91,18 @@ github: dismiss_stale_reviews: false require_code_owner_reviews: false required_approving_review_count: 1 + 1.4.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]
