Skip to content

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

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

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

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