This is an automated email from the ASF dual-hosted git repository. assignuser pushed a commit to branch fix-asfyaml in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
commit a9eb119754295682affda7f260362a17cb74198e Author: Jacob Wujciak-Jens <[email protected]> AuthorDate: Wed May 7 19:48:31 2025 +0200 use minimal dict --- .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: .
