Skip to content

T7064: added pr mirror related workflows to current #80

T7064: added pr mirror related workflows to current

T7064: added pr mirror related workflows to current #80

name: Cleanup pr mirror branch
on:
pull_request:
types: [closed]
branches:
- current
permissions:
contents: write
jobs:
call-delete-branch:
if: github.repository_owner != 'vyos'
uses: vyos/.github/.github/workflows/cleanup-mirror-pr-branch.yml@current
secrets: inherit