summaryrefslogtreecommitdiff
path: root/.github/workflows/cleanup-mirror-pr-branch.yml
blob: a62e44b241452069144ec2a35db2097a4721647b (plain)
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