From baeb1be93a5d45c58f31ad6da9724f78019ed53b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 18 Dec 2024 10:30:30 -0500 Subject: [PATCH] chore: remove auto-approve and automerge --- .github/workflows/sync-22-23.yml | 10 ---------- 1 file changed, 10 deletions(-) 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 }}