From 76fcc4e70c95a4e0722532444ea955c42652726b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 27 Sep 2023 12:49:25 +0200 Subject: [PATCH] chore: don't sync example from v4 branch --- .github/sync.yml | 7 ------- .github/workflows/sync-examples.yml | 18 ------------------ 2 files changed, 25 deletions(-) delete mode 100644 .github/sync.yml delete mode 100644 .github/workflows/sync-examples.yml diff --git a/.github/sync.yml b/.github/sync.yml deleted file mode 100644 index 0826e8f0..00000000 --- a/.github/sync.yml +++ /dev/null @@ -1,7 +0,0 @@ -# This is a legacy example pushed from the v4 branch -nextauthjs/next-auth-example: - - source: apps/example-nextjs - dest: . - deleteOrphaned: true - - .github/FUNDING.yml - - LICENSE diff --git a/.github/workflows/sync-examples.yml b/.github/workflows/sync-examples.yml deleted file mode 100644 index 754e022e..00000000 --- a/.github/workflows/sync-examples.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Sync Example Repositories -on: - push: - branches: - - v4 - workflow_dispatch: -jobs: - sync: - runs-on: ubuntu-latest - steps: - - name: Checkout Repository - uses: actions/checkout@v3 - - name: Run GitHub File Sync - # Can update to v1 when https://github.com/BetaHuhn/repo-file-sync-action/issues/168 is resolved - uses: BetaHuhn/repo-file-sync-action@v1.16.5 - with: - GH_PAT: ${{ secrets.GH_PAT_CLASSIC }} - SKIP_PR: true