Update build.js

This commit is contained in:
Stripes
2022-10-26 15:23:52 +03:00
committed by GitHub
parent 0bc8be3b89
commit 0c6a4d32f8
+2
View File
@@ -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 })
}