1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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