From 0c6a4d32f887b334faddad6497d611668f052d18 Mon Sep 17 00:00:00 2001 From: Stripes <46821970+danamag@users.noreply.github.com> Date: Wed, 26 Oct 2022 15:23:52 +0300 Subject: [PATCH] Update build.js --- build.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.js b/build.js index fa26870..0f8fd7a 100644 --- a/build.js +++ b/build.js @@ -178,6 +178,8 @@ needle.get(`https://${config['netlify-domain']}/lastUpdate.json`, config.needle, if (diff.length) { // proposed labels are different than issue labels + console.log('setting initial labels for: ' + addon.name) + console.log(addon.proposedLabels) syncLabelsQueue.push({ postId: addon.postId, proposedLabels: addon.proposedLabels, allLabels: all_labels }) }