Skip to content

Commit 432c829

Browse files
authored
fix: JavaDoc PR link in prepare-release workflow (#1159)
1 parent bed1833 commit 432c829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
PR_URL=$(gh pr create --title "Release ${{ needs.bump-version.outputs.release-version }}" --body "## TODOs
306306
- [ ] Review the changes in [the release commit]($COMMIT_URL)
307307
- [ ] Review **and approve** the [Release Notes PR](${{ needs.create-release-notes-pr.outputs.pr-url }})
308-
- [ ] Review **and approve** the [JavaDoc PR](https://github.com/SAP/cloud-sdk/pulls?q=is%3Aopen+is%3Apr+author%3Abot-sdk-js+Update+JavaDocs)
308+
- [ ] Review **and approve** the [JavaDoc PR](https://github.com/SAP/cloud-sdk/pulls?q=is%3Aopen+is%3Apr+Update+JavaDocs+author%3Aapp%2Fsap-cloud-sdk-bot)
309309
- [ ] Review the [Draft Release](${{ needs.create-release.outputs.release-url }})
310310
- [ ] Review **and approve** this PR
311311
- [ ] Once all tests of this PR are green, trigger the [Perform Release Workflow](${{ github.event.repository.html_url }}/actions/workflows/perform-release.yml)

0 commit comments

Comments
 (0)