Skip to content

Commit 6d87981

Browse files
Ivan GorshkovIvan Gorshkov
authored andcommitted
ga to run on conflict resolution
1 parent e413755 commit 6d87981

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

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

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -63,35 +63,9 @@ jobs:
6363
run: |
6464
CLEAN_GEN_BRANCH="${{ steps.check-branches.outputs.clean_gen_branch }}"
6565
66-
# Create PR body file
67-
cat > pr_body.md <<EOF
68-
# SDK Generation with Resolved Conflicts
69-
70-
This PR contains the successfully generated SDK with custom code conflicts resolved.
71-
72-
**Source Branch:** \`$CLEAN_GEN_BRANCH\`
73-
**Target Branch:** \`main\`
74-
75-
## What Happened
76-
77-
1. SDK generation detected custom code conflicts
78-
2. Conflict resolution PR was created and merged
79-
3. This PR now contains the complete, working SDK
80-
81-
## Next Steps
82-
83-
1. Review the changes in this PR
84-
2. Verify all conflicts were properly resolved
85-
3. Merge to \`main\` to complete the SDK update
86-
87-
---
88-
This PR was created automatically after conflict resolution
89-
EOF
90-
9166
# Create the PR
9267
gh pr create \
9368
--repo ${{ github.repository }} \
9469
--head "$CLEAN_GEN_BRANCH" \
9570
--base main \
96-
--title "✅ SDK Update with Resolved Conflicts" \
97-
--body-file pr_body.md
71+
--title "✅ SDK Update with Resolved Conflicts"

0 commit comments

Comments
 (0)