larryhudson / aiderbot

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

Respond to contributors, not just allowed usernames #58

Closed larryhudson closed 1 month ago

larryhudson commented 1 month ago

Currently the project relies on a hardcoded ALLOWED_USERNAME environment variable to see if it should respond. But the GitHub webhook payload includes information about the user's association with the repo. We should use that instead of the hardcoded username.

@Aiderbot can 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/59

Time taken to create this PR: 81.85 seconds