diff options
author | Christian Breunig <christian@breunig.cc> | 2025-07-07 12:18:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 12:18:53 +0200 |
commit | fd58e0914d5f16d5c635c808834b9e38f6f3ac38 (patch) | |
tree | 9bfe8a9183f3d3e7833f299c2fb5c2029da5b015 | |
parent | 1e768a5393e523867730e6b1f660e9a15f0d5fa0 (diff) | |
parent | f070cc26ed344a6c942aaaeb4dc13714d23f8f7a (diff) | |
download | vyos-1x-fd58e0914d5f16d5c635c808834b9e38f6f3ac38.tar.gz vyos-1x-fd58e0914d5f16d5c635c808834b9e38f6f3ac38.zip |
Merge pull request #4593 from kumvijaya/current
T7613: updated to use unified pr mirror workflow (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 |