Skip to content

Commit 33223b8

Browse files
committed
remove nice-to-have gh pr operations
1 parent d9feb85 commit 33223b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/update_sdk_version.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,3 @@ jobs:
8989
# Create PR and capture the URL
9090
PR_URL=$(gh pr create --fill --head update-sdk-version-${{ inputs.version }})
9191
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

Comments
 (0)