Skip to content

Commit 0441f2c

Browse files
committed
Fix name field in body template
1 parent 4cf80ff commit 0441f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function* iterateIssues(octokit, params) {
4040
}
4141

4242
function issueBody(id, data) {
43-
return `_This GitHub issue is for collecting web developer signals for ${data.title}._
43+
return `_This GitHub issue is for collecting web developer signals for ${data.name}._
4444
4545
${data.description_html}
4646

0 commit comments

Comments
 (0)