Skip to content

Commit 421f5ac

Browse files
committed
remove description for now
1 parent c0302d0 commit 421f5ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/create-docs-issue.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ jobs:
2727
LINEAR_DOCS_TEAM_ID: ${{ secrets.linear-docs-team-id }}
2828
PR_TITLE: ${{ github.event.pull_request.title }}
2929
PR_URL: ${{ github.event.pull_request.html_url }}
30-
PR_BODY: ${{ github.event.pull_request.body }}
3130
run: |
3231
desc=
3332
PAYLOAD=$(jq -n \
3433
--arg t "DOC: $PR_TITLE" \
35-
--arg d $'PR: $PR_URL\n\n$PR_BODY' \
34+
--arg d "PR: $PR_URL" \
3635
--arg id "$LINEAR_DOCS_TEAM_ID" \
3736
--arg l "$LINEAR_LABEL_ID" \
3837
'{

0 commit comments

Comments
 (0)