Skip to content

Bump @types/sinon from 10.0.15 to 10.0.16 #40

Bump @types/sinon from 10.0.15 to 10.0.16

Bump @types/sinon from 10.0.15 to 10.0.16 #40

name: Remove snapshot branch
on:
pull_request_target:
types:
- closed
jobs:
delete-pr-branch:
runs-on: ubuntu-latest
if: github.event.sender.login != 'dependabot[bot]'
steps:
- name: Checkout project
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Remove snapshot branch
run: git push origin -d snapshots/${{ github.event.number }} || true