Skip to content

Bumps urllib3 from >=1.21.1, <2 to >=1.26.9 (#518)(Backporting to 2.3 branch) #186

Bumps urllib3 from >=1.21.1, <2 to >=1.26.9 (#518)(Backporting to 2.3 branch)

Bumps urllib3 from >=1.21.1, <2 to >=1.26.9 (#518)(Backporting to 2.3 branch) #186

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@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}