diff --git a/.github/workflows/collections-renames.yml b/.github/workflows/collections-renames.yml index de8962d43001..ca057ded8f3f 100644 --- a/.github/workflows/collections-renames.yml +++ b/.github/workflows/collections-renames.yml @@ -37,11 +37,3 @@ jobs: committer: "github-actions[bot] " branch: "update-collections-${PR_ID}" title: "✨ Autofixing renamed/removed collection items ✨" - - - name: Auto-merge PR - if: steps.cpr.outputs.pull-request-number - run: | - gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}" - gh pr merge --auto "${{ steps.cpr.outputs.pull-request-url }}" - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}