diff --git a/readthedocs/templates/projects/notifications/deprecated_github_webhook_email.html b/readthedocs/templates/projects/notifications/deprecated_github_webhook_email.html index 7d352390d..a2588c3dc 100644 --- a/readthedocs/templates/projects/notifications/deprecated_github_webhook_email.html +++ b/readthedocs/templates/projects/notifications/deprecated_github_webhook_email.html @@ -1,4 +1,4 @@ -

Your project, {{ project.name }}, is currently using GitHub Services to trigger builds on Read the Docs. Effective January 31, 2019, GitHub will no longer process requests using the Services feature, and so Read the Docs will not receive notifications on updates to your repository.

+

Your project, {{ project.name }}, is still configured to use GitHub Services to trigger builds on Read the Docs. Effective January 31, 2019, GitHub stopped processing requests using the Services feature, and so Read the Docs no longer receives notifications on updates to your repository.

To continue building your Read the Docs project on changes to your repository, you will need to add a new webhook on your GitHub repository. You can either connect your GitHub account and configure a GitHub webhook integration, or you can add a generic webhook integration.

diff --git a/readthedocs/templates/projects/notifications/deprecated_github_webhook_site.html b/readthedocs/templates/projects/notifications/deprecated_github_webhook_site.html index 0832efaf7..fbb864655 100644 --- a/readthedocs/templates/projects/notifications/deprecated_github_webhook_site.html +++ b/readthedocs/templates/projects/notifications/deprecated_github_webhook_site.html @@ -1 +1 @@ -Your project, {{ project.name }}, needs to be reconfigured in order to continue building automatically after January 31st, 2019. For more information, see our documentation on webhook integrations. +Your project, {{ project.name }}, needs to be reconfigured in order to build automatically on changes to your repository. For more information, see our documentation on webhook integrations.