From 01d43e6e3b881fd1835671f10f3a0812e1cfe3d7 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Tue, 8 Jul 2025 22:29:32 +0530 Subject: T7618: pr mirror workflow added --- .github/workflows/pr-mirror-repo-sync.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/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..5ab350a0e --- /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-pr-mirror-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 -- cgit v1.2.3