Skip to content

Commit

Permalink
chore: update new-directory-issue.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu authored Jan 17, 2025
1 parent 9c66d84 commit cac8213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/directory/new-directory-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export async function newDirectoryIssue(partnerIssue: GitHubIssue, projectUrl: s
labels: getDirectoryIssueLabelsFromPartnerIssue(partnerIssue),
});
console.log(`Created: ${createdIssue.data.html_url} (${partnerIssue.html_url})`);
console.log(JSON.stringify(createdIssue.data));
console.log(JSON.stringify(partnerIssue));
console.log(JSON.stringify(getDirectoryIssueLabelsFromPartnerIssue(partnerIssue)));

Expand Down

0 comments on commit cac8213

Please sign in to comment.