File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments