summaryrefslogtreecommitdiff
path: root/.github/workflows/cleanup-mirror-pr-branch.yml
diff options
context:
space:
mode:
authorkumvijaya <kuvmijaya@gmail.com>2025-07-27 13:55:04 +0530
committerkumvijaya <kuvmijaya@gmail.com>2025-07-27 13:55:04 +0530
commit32acdf3e6040b5ac7ea6d794bbe5b94de32ef896 (patch)
treea17eccefb592ebbbcf1a87ca8f2d9da223b38768 /.github/workflows/cleanup-mirror-pr-branch.yml
parent058448136a15e22910fa8d6907229f89ec78ce66 (diff)
downloadlibnss-mapuser-32acdf3e6040b5ac7ea6d794bbe5b94de32ef896.tar.gz
libnss-mapuser-32acdf3e6040b5ac7ea6d794bbe5b94de32ef896.zip
T7644: mirror workflow refactoring rollout
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 a62e44b..0000000
--- 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