We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f055be1 commit bcdae46Copy full SHA for bcdae46
.github/workflows/publish_release.yml
@@ -83,7 +83,6 @@ jobs:
83
git config --global user.email "github-actions-automege[bot]@users.noreply.github.com"
84
PR_NUMBER="${{ steps.pr.outputs.pr_number }}"
85
if [ -n "$PR_NUMBER" ]; then
86
- gh pr review "$PR_NUMBER" --approve
87
gh pr merge "$PR_NUMBER" --squash --admin
88
fi
89
0 commit comments