larryhudson / aiderbot

AI coding assistant that can resolve issues in your GitHub repo
3 stars 0 forks source link

Handle review comment even if not mentioned, when the comment is on the bot's PR #33

Closed larryhudson closed 1 month ago

larryhudson commented 1 month ago

Currently, the bot only handles a PR review comment when the user mentions @Aiderbot. But, I think if the PR was created by Aiderbot, then we should handle the comment regardless, as long as the comment wasn't created by the bot itself.

Let's handle all PR review comments on PRs created by the bot. @Aiderbot could you have a look at this?

larryhudson-aider-github[bot] commented 1 month ago

I've created a pull request to address this issue: https://github.com/larryhudson/github-app-aider/pull/34