larryhudson / aiderbot

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

Only create a pull request / revision when mentioned #15

Closed larryhudson closed 1 month ago

larryhudson commented 1 month ago

Currently the webhook handler will create a new PR / new commit every time a new issue or PR review comment is created, which might be noisy. I want to make it so that the bot will only do something if the issue title / body includes "@aider".

We should add this check at the start of the webhook handler, and add a note to the README to make this clear.