The GitHub Actions job "CI" on iceberg-rust.git/main has failed.
Run started by GitHub user Xuanwo (triggered by Xuanwo).

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

## Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->

- Closes #.

## What changes are included in this PR?

<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->
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?

<!--
Specify what test covers (unit test, integration test, etc.).

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->

Report URL: https://github.com/apache/iceberg-rust/actions/runs/19778414036

With regards,
GitHub Actions via GitBox

Reply via email to