We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cbc708 + 296b31f commit abf9b40Copy full SHA for abf9b40
.github/workflows/collections-renames.yml
@@ -37,11 +37,3 @@ jobs:
37
committer: "github-actions[bot] <actions@github.com>"
38
branch: "update-collections-${PR_ID}"
39
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