Skip to content

Commit

Permalink
add-logs-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
omer Tzadiki authored and omer Tzadiki committed Dec 23, 2024
1 parent b421de7 commit ba36708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18764,6 +18764,7 @@ const handleReleaseNotes = async (descriptionAndPrNumberArray, slackBotToken, sl
exports.handleReleaseNotes = handleReleaseNotes;
const getReleaseNotesFromDescriptions = async (descriptionAndPrNumberArray, isMergeNotes) => {
let taskDetailsFromAllDescriptions = [];
console.log('descriptionAndPrNumberArray', descriptionAndPrNumberArray);
await Promise.all(descriptionAndPrNumberArray.map(async ({ description }) => {
try {
const { taskUrls, taskTitles } = await (0, asana_1.getTaskDetailsFromPr)(description);
Expand Down

0 comments on commit ba36708

Please sign in to comment.