Skip to content

chore(deps): update dependency renovatebot/github-action to v40.1.6 (.github/workflows/01-renovate.yml) (main) #597

chore(deps): update dependency renovatebot/github-action to v40.1.6 (.github/workflows/01-renovate.yml) (main)

chore(deps): update dependency renovatebot/github-action to v40.1.6 (.github/workflows/01-renovate.yml) (main) #597

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