Skip to content

GitHub: adjust PR template to our current needs/workflow #3

GitHub: adjust PR template to our current needs/workflow

GitHub: adjust PR template to our current needs/workflow #3

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