diff --git a/.github/workflows/sync-22-23.yml b/.github/workflows/sync-22-23.yml index 2225511090..e4de99e2f4 100644 --- a/.github/workflows/sync-22-23.yml +++ b/.github/workflows/sync-22-23.yml @@ -23,13 +23,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FROM_BRANCH: release-22.x TO_BRANCH: release-23.x - - name: Auto-approve pull request for sync - uses: hmarr/auto-approve-action@v2 - with: - pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }} - github-token: ${{ secrets.requirements_bot_github_token }} - - name: Enable Pull Request Automerge - uses: peter-evans/enable-pull-request-automerge@v2 - with: - token: ${{ secrets.requirements_bot_github_token }} - pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}