michaelansel / CoreContributorBot

Use an LLM to maintain a code repository, acting as a core contributor to the codebase
0 stars 0 forks source link

Continue processing an issue when comments are added #32

Closed michaelansel closed 2 hours ago

michaelansel commented 2 hours ago

Currently, the code will stop handling an issue once a comment is added to it. We want to change the behavior to enable multiple pull requests for a single issue. Instead, change the logic so that we re-process an issue if the most recent comment doesn't start with "Bot Response: ". This is similar other how the pull request comment processing code works.

michaelansel commented 2 hours ago

Bot Response: Handling in PR: https://github.com/michaelansel/CoreContributorBot/pull/33

michaelansel commented 2 hours ago

Turns out this was already implemented