Skip to content

Commit abf9b40

Browse files
authored
Merge pull request github#5073 from github/ahpook/collection-catchup-202603
Revert "Add auto-merge step for PRs in collections workflow"
2 parents 3cbc708 + 296b31f commit abf9b40

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)