Skip to content

Bump int128/release-typescript-action from 1.29.0 to 1.31.0 #63

Bump int128/release-typescript-action from 1.29.0 to 1.31.0

Bump int128/release-typescript-action from 1.29.0 to 1.31.0 #63

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Remove snapshot branch
run: git push origin -d snapshots/${{ github.event.number }} || true