The GitHub Actions job "github_actions in /. - Update #1170959853" on 
iceberg-python.git/main has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
32c97ae4e8d7c5531e9ea2cf131f8a77831e3982 / Kevin Liu 
<[email protected]>
infra: use new `del_branch_on_merge` in .asf.yaml (#2788)

<!--
Thanks for opening a pull request!
-->

<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->

# Rationale for this change
Previous use of `del_branch_on_merge` 
```
github:
  del_branch_on_merge: true
```
is deprecated,
https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#delete-branch-on-merge

New way is to 
```
github:
  pull_requests:
    del_branch_on_merge: true
```

https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#pull_requests

## Are these changes tested?

## Are there any user-facing changes?

<!-- In the case of user-facing changes, please add the changelog label.
-->

Report URL: https://github.com/apache/iceberg-python/actions/runs/19843800235

With regards,
GitHub Actions via GitBox

Reply via email to