We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9feb85 commit 33223b8Copy full SHA for 33223b8
.github/workflows/update_sdk_version.yaml
@@ -89,9 +89,3 @@ jobs:
89
# Create PR and capture the URL
90
PR_URL=$(gh pr create --fill --head update-sdk-version-${{ inputs.version }})
91
echo "PR created at $PR_URL"
92
-
93
- # Request review from the current user
94
- #gh pr review-request --add "${{ github.actor }}" --repo "$GITHUB_REPOSITORY" --pr "$PR_URL"
95
96
- # Enable auto-merge
97
- gh pr merge "$PR_URL" --auto --merge
0 commit comments