summaryrefslogtreecommitdiff
path: root/.github/workflows/mirror-pr-and-sync.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/mirror-pr-and-sync.yml
parent058448136a15e22910fa8d6907229f89ec78ce66 (diff)
downloadlibnss-mapuser-32acdf3e6040b5ac7ea6d794bbe5b94de32ef896.tar.gz
libnss-mapuser-32acdf3e6040b5ac7ea6d794bbe5b94de32ef896.zip
T7644: mirror workflow refactoring rollout
Diffstat (limited to '.github/workflows/mirror-pr-and-sync.yml')
-rw-r--r--.github/workflows/mirror-pr-and-sync.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/mirror-pr-and-sync.yml b/.github/workflows/mirror-pr-and-sync.yml
deleted file mode 100644
index 120e116..0000000
--- a/.github/workflows/mirror-pr-and-sync.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: Create Mirror PR and Repo Sync
-on:
- workflow_dispatch:
- inputs:
- sync_branch:
- description: 'branch to sync'
- required: true
- type: string
-
-permissions:
- pull-requests: write
- contents: write
-
-jobs:
- call-mirror-pr-and-sync:
- if: github.repository_owner != 'vyos'
- uses: VyOS-Networks/vyos-reusable-workflows/.github/workflows/mirror-pr-and-sync.yml@main
- with:
- sync_branch: ${{ inputs.sync_branch }}
- secrets:
- PAT: ${{ secrets.PAT }}