Skip to content

Update from update/linuxmuster-linbo7-lmn71-4.0.45-0 #236

Update from update/linuxmuster-linbo7-lmn71-4.0.45-0

Update from update/linuxmuster-linbo7-lmn71-4.0.45-0 #236

name: delete branch on closed pr
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
with:
delete_closed_pr: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}