We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783558f commit 5bdeaa0Copy full SHA for 5bdeaa0
1 file changed
.github/workflows/collections-renames.yml
@@ -36,3 +36,11 @@ jobs:
36
committer: "github-actions[bot] <actions@github.com>"
37
branch: "update-collections-${PR_ID}"
38
title: "✨ Autofixing renamed/removed collection items ✨"
39
+
40
+ - name: Auto-merge PR
41
+ if: steps.cpr.outputs.pull-request-number
42
+ run: |
43
+ gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}"
44
+ gh pr merge --auto "${{ steps.cpr.outputs.pull-request-url }}"
45
+ env:
46
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments