From 296b31fad1510d8a69bcdd7b104127ceafce7121 Mon Sep 17 00:00:00 2001 From: Eric Sorenson Date: Fri, 13 Mar 2026 17:14:15 -0700 Subject: [PATCH] Revert "Add auto-merge step for PRs in collections workflow" This reverts commit 5bdeaa02926d0b1a965da33d951983d962128260. The auto merge is not permitted by org level rules --- .github/workflows/collections-renames.yml | 8 -------- 1 file changed, 8 deletions(-) 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 }}