This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ebf22ddab6d HOTFIX Fix asf.yaml strict [1/n] (#19124)
ebf22ddab6d is described below

commit ebf22ddab6d282c183921f9998e4e370f0be209d
Author: David Arthur <[email protected]>
AuthorDate: Wed Mar 5 17:32:14 2025 -0500

    HOTFIX Fix asf.yaml strict [1/n] (#19124)
    
    Per ASF Infra's instructions, we need to reapply this .asf.yaml change.
    
    We'll do that by setting it to "true", then back to "false"
    
    Reviewers: Andrew Schofield <[email protected]>
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7ead3b1a0c2..f79ad9fc7db 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,7 +49,7 @@ github:
   protected_branches:
     trunk:
       required_status_checks:
-        strict: false
+        strict: true
         contexts:
           - build / CI checks completed
       required_pull_request_reviews:

Reply via email to