diff --git a/index.js b/index.js index e6932b2..7e1de6b 100644 --- a/index.js +++ b/index.js @@ -74,6 +74,8 @@ function diffLabels(oldLabels, newLabels) { const oldLabel = oldLabels.filter(l => l.name === oLabel)[0]; const newLabel = newLabels.filter(l => l.name === oLabel)[0]; + console.log({ oldLabel, newLabel }); + if ( oldLabel.color !== newLabel.color || oldLabel.description !== newLabel.description