From b9b4b73f9a90a7f8ea7981191518e1ce1564b1c3 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:15:32 +0530 Subject: T6415: repo sync check --- .github/repo-sync | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/repo-sync diff --git a/.github/repo-sync b/.github/repo-sync new file mode 100644 index 0000000..a2bf54f --- /dev/null +++ b/.github/repo-sync @@ -0,0 +1,17 @@ +name: Repo-sync + +on: + pull_request: + types: + - closed + branches: + - current + workflow_dispatch: + +jobs: + trigger-sync: + uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows + secrets: + REMOTE_REPO: ${{ secrets.REMOTE_REPO }} + REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} + PAT: ${{ secrets.PAT }} -- cgit v1.2.3