We’ve recently move to using hosted Wordpress for opencraft.com instead of running on an OVH VM.
When I deleted this VM, I noticed that we still had a PR watching service running on it. However it was watching edx-platform/docs/decisions/ for any changes and sending a notification to edx-code@googlegroups.com.
Since that google group doesn’t exist anymore, does anyone have any objections to retiring this service?
edX has their own PR watcher now which sends emails to subscribers for any “ADR” pull requests in any repo. I’m on the list so I can confirm it’s still working. I’m not sure what code it’s using but it could be based on pr_watcher_notifier. In any case, this one is fine to retire.
I wrote the app (with the help of reviews from Jill and Ned) and deployed the instance on a separate VM. Iirc, it was pr-watcher-notifier.opencraft.com. It should be possible to search Jira to find out more about it.
When edX decided to use it, Ned set up an instance on edX’s infrastructure using the source from the GitHub repository and configured it to post ADR notifications to the Open edX Slack channel of the same name.
So yes, we can decommission the instance that we have in our infrastructure.
Please let me know if need any additional details.