[BUG] TODOs as comments not converted to issues
doctorperceptron opened this issue · 5 comments
TODOs don't seem to get created as issues anymore after merging to master.
In my most recent pull request the TODO I added in my branch of the code was correctly pulled out as a comment by the bot, but after merging to master no new issue was created.
Possibly notable, the branch in question was subsequently merged into another feature branch that has an open PR, before the current PR was closed. Connected?
Hey @doctorperceptron 👋 If I understand correctly, that's expected behavior. TODO doesn't care about merge commits, only about merged PRs. Does that line up with what happened for you? If not, can you point me to the PR in question?
Hi @JasonEtco . No it was a merged PR. Private company repo unfortunately so I can't share. Will do some testing this weekend and see if I can consistently reproduce the behaviour.
Cool, thanks for the investigation @doctorperceptron!
I'm having a hard time reproducing this and things seem to be working again, so closing this issue.