Skip to content

chore(deps): bump anothrNick/github-tag-action from 1.69.0 to 1.70.0 #657

chore(deps): bump anothrNick/github-tag-action from 1.69.0 to 1.70.0

chore(deps): bump anothrNick/github-tag-action from 1.69.0 to 1.70.0 #657

Workflow file for this run

# @todo: sync with other repositories
---
name: delete-merged-branch-or-closed-pr
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}