Skip to content

Commit

Permalink
added VCS webhook documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
elft3r committed May 8, 2024
1 parent 1ba604a commit 772aff1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion runatlantis.io/contributing/events-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,22 @@ below-listed commands and, at last, the post-workflow hooks.

## Pull Request Event

To handle comment events on Pull Requests, they must be created first. Atlantis also allows the running of commands for certain Pull Requests events.
To handle comment events on Pull Requests, they must be created first. Atlantis
also allows the running of commands for certain Pull Requests events.

<details>
<summary>Pull Request Webhooks</summary>

The list below links to the supported VCSs and their Pull Request Webhook
documentation.

- [Azure DevOps Pull Request Created](https://learn.microsoft.com/en-us/azure/devops/service-hooks/events?view=azure-devops#pull-request-created)
- [BitBucket Pull Request](https://support.atlassian.com/bitbucket-cloud/docs/event-payloads/#Pull-request-events)
- [GitHub Pull Request](https://docs.github.com/en/webhooks/webhook-events-and-payloads#pull_request)
- [GitLab Merge Request](https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#merge-request-events)
- [Gitea Webhooks](https://docs.gitea.com/next/usage/webhooks)
</details>

The following list shows the supported events:

- Opened Pull Request
Expand Down

0 comments on commit 772aff1

Please sign in to comment.