mergeable icon indicating copy to clipboard operation
mergeable copied to clipboard

Bug: use of setLabels in labels actions can create a lot of noise

Open shine2lay opened this issue 4 years ago • 0 comments

In Action labels we always call setLabels even if there are no changes to the current set of labels. This create noise in the action as every time the recipe is ran, all current labels will be removed and added again.

Solution: add a check to see if there new set of labels is different from current, and call setLabels iff they are different

shine2lay avatar Sep 26 '21 23:09 shine2lay