diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2025-07-06 21:23:47 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2025-07-06 21:23:47 +0530 |
commit | f070cc26ed344a6c942aaaeb4dc13714d23f8f7a (patch) | |
tree | 9bfe8a9183f3d3e7833f299c2fb5c2029da5b015 | |
parent | 1e768a5393e523867730e6b1f660e9a15f0d5fa0 (diff) | |
download | vyos-1x-f070cc26ed344a6c942aaaeb4dc13714d23f8f7a.tar.gz vyos-1x-f070cc26ed344a6c942aaaeb4dc13714d23f8f7a.zip |
T7613: updated to use unified pr mirror (without trigger)
-rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml (renamed from .github/workflows/trigger-pr-mirror-repo-sync.yml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/trigger-pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index 978be0582..e136881b8 100644 --- a/.github/workflows/trigger-pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -1,4 +1,4 @@ -name: Trigger Mirror PR and Repo Sync +name: PR Mirror and Repo Sync on: pull_request_target: types: @@ -14,5 +14,5 @@ permissions: jobs: call-trigger-mirror-pr-repo-sync: if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true - uses: vyos/.github/.github/workflows/trigger-pr-mirror-repo-sync.yml@current + uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current secrets: inherit |