-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push to autotick bot graph when PR is closed/merged/bot-rerun #289
Comments
With the new dynamodb instance, this issue should be an easy thing to do. We'll need some keys, but after that, the database will take care of the associated issues around updates. |
Would you be able to sketch out what this work would look like? |
Basically, the bot would watch for closed PRs that have been merged on feedstocks. If it finds one, it would push the PR json blob up to the dynamodb instance. |
You can use boto3 to upsert the data in the right spot. |
Probably worth creating a separate webhook and handler for it. |
@lguo52 If we do ever have the PR json in a real database, then we might be able to address this issue. |
It would be great if the webservices could write to the bot's graph when a PR is closed/merged or has a bot-rerun put against it (bonus points for reopened). This will fix the bot's lackluster updating of the graph which is causing headaches around bot-rerun and migrations.
This requires:
The text was updated successfully, but these errors were encountered: