Skip to content

chore(deps): update dorny/pr-changed-files-filter action to v3 (.github/workflow-templates/automate-dist.yml) (main) #593

chore(deps): update dorny/pr-changed-files-filter action to v3 (.github/workflow-templates/automate-dist.yml) (main)

chore(deps): update dorny/pr-changed-files-filter action to v3 (.github/workflow-templates/automate-dist.yml) (main) #593

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 }}