File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,22 @@ jobs:
125125 env :
126126 GH_TOKEN : ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
127127 run : |
128- gh pr create --base main --head ${{ steps.branch.outputs.branch }} --title "feat: [DevOps] Update $CHOICE Specification"
128+ gh pr create --base main --head ${{ steps.branch.outputs.branch }} --title "feat: [DevOps] Update $CHOICE Specification" --body "
129+ ## Context
130+
131+ Update $CHOICE specification file based on $REF.
132+
133+ This PR was created automatically by the [spec-update workflow](https://github.com/SAP/ai-sdk-java/actions/workflows/spec-update.yaml).
134+ You can commit on top of this branch, but keep in mind that re-running the action will overwrite your changes.
135+
136+ Before merging, make sure to update tests and release notes, if necessary.
137+
138+ ## Definition of Done
139+
140+ - [ ] Spec update compiles
141+ - [ ] Unit tests cover new classes
142+ - [ ] Release notes updated
143+ "
129144
130145 - name : " Compile Client"
131146 id : compile
You can’t perform that action at this time.
0 commit comments