Pull Requests | Issues | v3.1.0...v3.1.1-0
Bug Fixes
#241 Fix not removing stale labels if there are too many labels in the pull request
Thanks to kyontan.
tfcmt sets a pull request label.
When the result of terraform plan
is changed, tfcmt removes an old label and sets a new label.
But when the pull request has over 30 labels, tfcmt might not remove the old label.
This change fixes the bug.