mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-27 22:24:13 +00:00
Adding temp debug statement
This commit is contained in:
parent
d7987ada43
commit
8da24fba11
1 changed files with 2 additions and 0 deletions
2
index.js
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue