Skip to content

T7065: pr mirror to trigger only when the pullrequest is merged #81

T7065: pr mirror to trigger only when the pullrequest is merged

T7065: pr mirror to trigger only when the pullrequest is merged #81

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