alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
605 stars 115 forks source link

Improve how first commits are handled #63

Closed alstr closed 3 years ago

alstr commented 3 years ago

Currently any TODOs in the first commit to a branch are ignored because they do not appear in the diff.

This would require a fundamentally different approach to extract any TODOs.

This has been mentioned a few times (e.g. #24) so warrants further examination.

alstr commented 3 years ago

This should hopefully now work more intuitively, thanks to @lgvalle in #72.