From f56b4e650f758901ef681d878c0e85cb40b44756 Mon Sep 17 00:00:00 2001 From: Robert Bost Date: Mar 25 2017 01:09:26 +0000 Subject: Add extra step for setting up GitHub Webhook --- diff --git a/frontend/coprs_frontend/coprs/templates/coprs/detail/settings/webhooks.html b/frontend/coprs_frontend/coprs/templates/coprs/detail/settings/webhooks.html index 4a12af5..3575b0c 100644 --- a/frontend/coprs_frontend/coprs/templates/coprs/detail/settings/webhooks.html +++ b/frontend/coprs_frontend/coprs/templates/coprs/detail/settings/webhooks.html @@ -34,6 +34,7 @@
  • In your GitHub project, go to Settings / Webhooks and services.
  • Click on the Add webhook button.
  • Fill in the Payload URL field with the url above.
  • +
  • Select application/json as the content type.
  • Click the Add webhook button.