larryhudson / aiderbot

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

Only create a PR / commit when mentioned #16

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 "@aiderbot".

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

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/17