From c8058c38b81047acb9302b62cca69eba4ba908bc Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 29 Sep 2023 03:41:59 -0500 Subject: [PATCH] GODRIVER-2978 Remove sync workflow file --- .github/workflows/sync.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/sync.yml 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