epics-action
epics-action copied to clipboard
Automatically update task list when referenced issue is closed
The action is basically unnecessary as it does the same thing as native [task lists](https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists) now.
Auto label issues referenced in epic with some `in epic` label so that it is possible to easily filter out those issues.
This would require to completely rework the current architecture and don't rely on issue timeline events (as the issue is already deleted). Related to #6.
Probably something like `JSON.parse(….toLowerCase());` is needed, all values are now evaluated as true.
Currently, it breaks consistency when multiple issues are closed at the same time and actions are not run sequentially.