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.
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.