From f070cc26ed344a6c942aaaeb4dc13714d23f8f7a Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Sun, 6 Jul 2025 21:23:47 +0530 Subject: T7613: updated to use unified pr mirror (without trigger) --- .github/workflows/pr-mirror-repo-sync.yml | 18 ++++++++++++++++++ .github/workflows/trigger-pr-mirror-repo-sync.yml | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 .github/workflows/pr-mirror-repo-sync.yml delete mode 100644 .github/workflows/trigger-pr-mirror-repo-sync.yml diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml new file mode 100644 index 000000000..e136881b8 --- /dev/null +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -0,0 +1,18 @@ +name: PR Mirror and Repo Sync +on: + pull_request_target: + types: + - closed + branches: + - current + +permissions: + pull-requests: write + contents: write + issues: write + +jobs: + call-trigger-mirror-pr-repo-sync: + if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true + uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current + secrets: inherit diff --git a/.github/workflows/trigger-pr-mirror-repo-sync.yml b/.github/workflows/trigger-pr-mirror-repo-sync.yml deleted file mode 100644 index 978be0582..000000000 --- a/.github/workflows/trigger-pr-mirror-repo-sync.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Trigger Mirror PR and Repo Sync -on: - pull_request_target: - types: - - closed - branches: - - current - -permissions: - pull-requests: write - contents: write - issues: write - -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 - secrets: inherit -- cgit v1.2.3