Skip to content

Commit 8c47439

Browse files
Ivan GorshkovIvan Gorshkov
authored andcommitted
ga to run on conflict resolution
1 parent a4aaa4f commit 8c47439

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/create-clean-gen-pr.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,3 @@ EOF
9696
--base main \
9797
--title "✅ SDK Update with Resolved Conflicts" \
9898
--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

Comments
 (0)