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 a4aaa4f commit 8c47439Copy full SHA for 8c47439
.github/workflows/create-clean-gen-pr.yml
@@ -96,14 +96,3 @@ EOF
96
--base main \
97
--title "✅ SDK Update with Resolved Conflicts" \
98
--body "$PR_BODY"
99
-
100
- echo "✅ Created PR from $CLEAN_GEN_BRANCH to main"
101
102
- - name: Log result
103
- if: steps.check-branches.outputs.is_conflict_resolution == 'true'
104
- run: |
105
- if [[ "${{ steps.check-pr.outputs.pr_exists }}" == "true" ]]; then
106
- echo "✅ PR already exists (#${{ steps.check-pr.outputs.pr_number }}), no action needed"
107
- else
108
- echo "✅ Successfully created PR to main"
109
- fi
0 commit comments