From 8da8ba4b06c22c9bb9ca4fbb3ee38de29b618d27 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Wed, 1 Feb 2023 15:03:40 +0100 Subject: [PATCH] Remove unused workflow 3.x branch has removed as we decided to use smooth update strategy and can drop support of some dependencies - it doesn't violate SemVer 2.0. --- .github/workflows/update-3x-branch.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/update-3x-branch.yml diff --git a/.github/workflows/update-3x-branch.yml b/.github/workflows/update-3x-branch.yml deleted file mode 100644 index fe2861af..00000000 --- a/.github/workflows/update-3x-branch.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Update next major branch - -on: - push: - branches: - - master - -jobs: - run_action: - runs-on: ubuntu-latest - steps: - - name: Merge Follow Branch - uses: toysmoon/follow_branch@1.0.3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - target-branch: 3.x - following-branch: master