Skip to content

Commit a4aaa4f

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
CLEAN_GEN_BRANCH="${{ steps.check-branches.outputs.clean_gen_branch }}"
6565
6666
# Create PR body
67-
PR_BODY="# SDK Generation with Resolved Conflicts
67+
PR_BODY=$(cat <<EOF
68+
# SDK Generation with Resolved Conflicts
6869

6970
This PR contains the successfully generated SDK with custom code conflicts resolved.
7071

@@ -81,10 +82,12 @@ This PR contains the successfully generated SDK with custom code conflicts resol
8182

8283
1. Review the changes in this PR
8384
2. Verify all conflicts were properly resolved
84-
3. Merge to \`main\` to complete the SDK update
85+
3. Merge to `main` to complete the SDK update
8586

8687
---
87-
🤖 This PR was created automatically after conflict resolution"
88+
This PR was created automatically after conflict resolution
89+
EOF
90+
)
8891

8992
# Create the PR
9093
gh pr create \

0 commit comments

Comments
 (0)