From d97d8b036265b169f90c779ccff9d0f238789ce4 Mon Sep 17 00:00:00 2001 From: Alexander Danylenko Date: Tue, 19 Mar 2024 11:41:34 +0200 Subject: [PATCH] test: Removed branches sync --- .github/workflows/sync-beta.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/sync-beta.yml diff --git a/.github/workflows/sync-beta.yml b/.github/workflows/sync-beta.yml deleted file mode 100644 index 2923ede..0000000 --- a/.github/workflows/sync-beta.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Sync -on: - push: - branches: - - master - -jobs: - sync-branches: - runs-on: ubuntu-latest - name: Syncing branches - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Set up Node - uses: actions/setup-node@v3 - with: - node-version: "20.x" - - name: Opening pull request - id: pull - uses: tretuna/sync-branches@1.4.0 - with: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - FROM_BRANCH: "master" - TO_BRANCH: "beta" - PULL_REQUEST_AUTO_MERGE_METHOD: merge