Skip to content

chore(deps): bump @mediapipe/tasks-vision from 0.10.35 to 1.0.1 #7

chore(deps): bump @mediapipe/tasks-vision from 0.10.35 to 1.0.1

chore(deps): bump @mediapipe/tasks-vision from 0.10.35 to 1.0.1 #7

name: Delete closed PR branch
on:
pull_request:
types: [closed]
permissions:
contents: write
jobs:
delete:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
BRANCH: ${{ github.event.pull_request.head.ref }}
run: gh api -X DELETE "repos/$REPO/git/refs/heads/$BRANCH" 2>/dev/null || true