From 32acdf3e6040b5ac7ea6d794bbe5b94de32ef896 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Sun, 27 Jul 2025 13:55:04 +0530 Subject: T7644: mirror workflow refactoring rollout --- .github/workflows/cleanup-mirror-pr-branch.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/cleanup-mirror-pr-branch.yml (limited to '.github/workflows/cleanup-mirror-pr-branch.yml') 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 -- cgit v1.2.3