Skip to content

0.0.2 - 2019-11-11

Latest
Compare
Choose a tag to compare
@Logerfo Logerfo released this 11 Nov 12:44
· 68 commits to master since this release
44e28e5

Removing the triage label when the issue is closed. In order for this to work for already configured workflows, the closed event action must be added to the issues event types array:

issues:
-  types: [opened, milestoned, demilestoned]
+  types: [opened, closed, milestoned, demilestoned]

Otherwise, the update won't have any effect whatsoever.