Releases: lannonbr/issue-label-manager-action
Releases · lannonbr/issue-label-manager-action
4.0.0
- breaking: updated to use node 16.x
3.0.1
- fix: When comparing labels, the action will no longer care about case sensitivity (ex:
label
andLabel
will be treated as the same).
3.0.0
3.0.0 - May 29, 2021
- breaking: Switched default behavior to not delete default labels. To enable this, set
delete
input to true - chore: Moved from parcel to NCC for bundling the code down
- fix: no longer tries to update if the label didn't have a description
- chore: Updated dependencies