summaryrefslogtreecommitdiff
path: root/.github/workflows/cleanup-mirror-pr-branch.yml
blob: bbe6aa2f20319840c52adde4433e3e61e1d86460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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