mergeable
mergeable copied to clipboard
Bug: use of setLabels in labels actions can create a lot of noise
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