Skip to content

Commit e3e04ab

Browse files
committed
F
1 parent 6099496 commit e3e04ab

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/spec-update.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)