File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,25 +51,25 @@ jobs:
5151 echo "Source node_id: $node_id"
5252
5353 private_body=$(cat <<EOF
54- Application submitted via website → public intake issue → mirrored by GitHub Actions.
55-
56- **Original author:** @${author}
57- **Original issue (now deleted):** https://github.com/${SOURCE_OWNER}/${SOURCE_REPO}/issues/${ISSUE_NUMBER}
58-
59- ---
60-
61- ${body}
62- EOF
63- )
64-
65- create_payload=$(jq -n \
66- --arg title "$title" \
67- --arg body "$private_body" \
68- ' {
69- title: $title,
70- body: $body,
71- labels: ["candidate", "source:public-intake"]
72- }' )
54+ Application submitted via website → public intake issue → mirrored by GitHub Actions.
55+
56+ **Original author:** @${author}
57+ **Original issue (now deleted):** https://github.com/${SOURCE_OWNER}/${SOURCE_REPO}/issues/${ISSUE_NUMBER}
58+
59+ ---
60+
61+ ${body}
62+ EOF
63+ )
64+
65+ create_payload=$(jq -n \
66+ --arg title "$title" \
67+ --arg body "$private_body" \
68+ '{
69+ title: $title,
70+ body: $body,
71+ labels: ["candidate", "source:public-intake"]
72+ }')
7373
7474 echo "Creating issue in ${TARGET_OWNER}/${TARGET_REPO}…"
7575
You can’t perform that action at this time.
0 commit comments