summaryrefslogtreecommitdiff
path: root/.github/workflows/cleanup-mirror-pr-branch.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cleanup-mirror-pr-branch.yml')
-rw-r--r--.github/workflows/cleanup-mirror-pr-branch.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/cleanup-mirror-pr-branch.yml b/.github/workflows/cleanup-mirror-pr-branch.yml
deleted file mode 100644
index a62e44b24..000000000
--- a/.github/workflows/cleanup-mirror-pr-branch.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-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