Closed thislooksfun closed 3 years ago
Is this thing broken now
I've done some light investigating (so my conclusion here might be wrong). It seems that this bot only checks the files changed in the last commit pushed, not since the last push.
Namely this series of actions will result in the bug:
A
.A
.B
.B
.After you push the bot will check the files changed in the last commit (the one on file B
) and thus won't ever see the TODO in file A
.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This is definitely still relevant.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Absolutely relevant
Hi 👋 I've decided to shut down this project - please see https://github.com/JasonEtco/todo/discussions/293 for more information 🙏
Describe the bug In the last day I have pushed multiple commits containing TODOs and no issues were created for them. Yes I checked that the TODO app is enabled both on my account and on the repo itself, and it worked on another repo of mine the other week.
To Reproduce N/A, unfortunately
Expected behavior I expect that the TODO issues would be created.
Screenshots N/A
Additional context commit 1, commit 2