diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index 7ebebfb481..0000000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Sync -on: - push: - branches: - - v1 - -jobs: - sync-branches: - runs-on: ubuntu-latest - name: Syncing branches - permissions: - pull-requests: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Create a sync PR - run: | - git config --global github.user $GITHUB_ACTOR - git config --global user.email $GITHUB_ACTOR@users.noreply.github.com - git config --global user.name $GITHUB_ACTOR - export AUTH_TOKEN=${{secrets.GITHUB_TOKEN}} - sha=$(git rev-parse HEAD) - bash ./etc/cherry-picker.sh $sha