From 4043228dc46739cac4c4762d5b1bfd430d45b1bf Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:21:38 +0530 Subject: T6415: repo sync check --- .github/repo-sync | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/repo-sync diff --git a/.github/repo-sync b/.github/repo-sync deleted file mode 100644 index a2bf54f..0000000 --- a/.github/repo-sync +++ /dev/null @@ -1,17 +0,0 @@ -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