We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0302d0 commit 421f5acCopy full SHA for 421f5ac
1 file changed
.github/workflows/create-docs-issue.yml
@@ -27,12 +27,11 @@ jobs:
27
LINEAR_DOCS_TEAM_ID: ${{ secrets.linear-docs-team-id }}
28
PR_TITLE: ${{ github.event.pull_request.title }}
29
PR_URL: ${{ github.event.pull_request.html_url }}
30
- PR_BODY: ${{ github.event.pull_request.body }}
31
run: |
32
desc=
33
PAYLOAD=$(jq -n \
34
--arg t "DOC: $PR_TITLE" \
35
- --arg d $'PR: $PR_URL\n\n$PR_BODY' \
+ --arg d "PR: $PR_URL" \
36
--arg id "$LINEAR_DOCS_TEAM_ID" \
37
--arg l "$LINEAR_LABEL_ID" \
38
'{
0 commit comments