Skip to content

chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.1.0 #676

chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.1.0

chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.1.0 #676

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