Skip to content

Commit 296b31f

Browse files
committed
Revert "Add auto-merge step for PRs in collections workflow"
This reverts commit 5bdeaa0. The auto merge is not permitted by org level rules
1 parent 3cbc708 commit 296b31f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/collections-renames.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ jobs:
3737
committer: "github-actions[bot] <actions@github.com>"
3838
branch: "update-collections-${PR_ID}"
3939
title: "✨ Autofixing renamed/removed collection items ✨"
40-
41-
- name: Auto-merge PR
42-
if: steps.cpr.outputs.pull-request-number
43-
run: |
44-
gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}"
45-
gh pr merge --auto "${{ steps.cpr.outputs.pull-request-url }}"
46-
env:
47-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)