Skip to content

[Backport 2.x] dependabot: bump commons-io:commons-io from 2.13.0 to 2.14.0 #1176

[Backport 2.x] dependabot: bump commons-io:commons-io from 2.13.0 to 2.14.0

[Backport 2.x] dependabot: bump commons-io:commons-io from 2.13.0 to 2.14.0 #1176

name: Delete merged branch of the backport PRs
on:
pull_request:
types:
- closed
jobs:
delete-branch:
runs-on: ubuntu-latest
if: startsWith(github.event.pull_request.head.ref,'backport/')
steps:
- name: Delete merged branch
uses: SvanBoxel/delete-merged-branch@b77e873cee00b09f55cc553bd24aae5f8dfc9157
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}