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 c3d45c5 commit 52c65e0Copy full SHA for 52c65e0
.github/workflows/release.yaml
@@ -99,8 +99,5 @@ jobs:
99
PR_NUMBER=$(echo "$PR_URL" | sed 's/.*\/pull\///')
100
echo "Created PR #$PR_NUMBER: $PR_URL"
101
102
- # Auto-approve the PR
103
- gh pr review "$PR_NUMBER" --approve --body "Auto-approving automated release PR"
104
-
105
# Enable auto-merge and merge the PR
106
gh pr merge "$PR_NUMBER" --auto --squash --delete-branch
0 commit comments