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

assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new 23bea16  MINOR: Fix branch protection in .asf.yaml (#379)
23bea16 is described below

commit 23bea16dda3ad59b492a6c43c562a5da2ba444ee
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Wed May 7 20:56:42 2025 +0200

    MINOR: Fix branch protection in .asf.yaml (#379)
    
    The `.asf.yaml` has been processed by a new, stricter system but we
    didn't have any changes since it was activated, so the issue with the
    dummy key didn't show up. I was informed through an [email
    
notification](https://lists.apache.org/thread/v75s5wfnslmsz6soo5pstplb8205vkj4)
    of this issue.
    
    I have not opened this as a fork PR to enable the notification via email
    in case there is still an issue.
---
 .asf.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a236cf9..4665a0d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,8 +23,7 @@ github:
   features:
     issues: true
   protected_branches:
-    main:
-      foo: bar # dummy value to make main a dictionary
+    main: {}
   ghp_branch:  gh-pages
   ghp_path:    .
 

Reply via email to