diff --git a/runatlantis.io/docs/configuring-webhooks.md b/runatlantis.io/docs/configuring-webhooks.md index c1686a3e79..54e72f84f1 100644 --- a/runatlantis.io/docs/configuring-webhooks.md +++ b/runatlantis.io/docs/configuring-webhooks.md @@ -82,9 +82,8 @@ If you're using GitLab, navigate to your project's home page in GitLab - Double-check you added `/events` to the end of your URL. - Set **Secret** to the Webhook Secret you generated previously - **NOTE** If you're adding a webhook to multiple repositories, each repository will need to use the **same** secret. -- Under **Repository** select **Push** -- Under **Pull Request**, select: Opened, Modified, Merged, Declined, Deleted and Comment added -- Click **Save** +- Under **Pull Request**, select: Opened, Source branch updated, Merged, Declined, Deleted and Comment added +- Click **Save** - See [Next Steps](#next-steps) ## Azure DevOps diff --git a/runatlantis.io/guide/images/bitbucket-server-webhook.png b/runatlantis.io/guide/images/bitbucket-server-webhook.png index d9167c0bba..a34fb44120 100644 Binary files a/runatlantis.io/guide/images/bitbucket-server-webhook.png and b/runatlantis.io/guide/images/bitbucket-server-webhook.png differ diff --git a/runatlantis.io/guide/testing-locally.md b/runatlantis.io/guide/testing-locally.md index 55e04957cb..5ccf75a342 100644 --- a/runatlantis.io/guide/testing-locally.md +++ b/runatlantis.io/guide/testing-locally.md @@ -135,9 +135,8 @@ Take the URL that ngrok output and create a webhook in your GitHub, GitLab or Bi
/events
at the end. Ex. https://c5004d84.ngrok.io/events
/events
to the end of your URL.