We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6442b32 commit aacda7cCopy full SHA for aacda7c
.github/workflows/docs-automation.yml
@@ -232,6 +232,7 @@ jobs:
232
{
233
echo 'BODY<<PR_BODY_EOF'
234
cat /tmp/pr-body.md
235
+ printf '\n'
236
echo 'PR_BODY_EOF'
237
} >> "$GITHUB_OUTPUT"
238
.github/workflows/tsdoc-generation.yml
@@ -112,6 +112,7 @@ jobs:
112
echo "This PR adds TSDoc comments to TypeScript source files changed in commit [\`${SHORT_SHA}\`](${COMMIT_URL})."
113
echo ""
114
echo "> Review carefully before merging. Claude may have missed context or used incorrect descriptions."
115
116
117
118
0 commit comments