Skip to main content
GitHub
Updated over a week ago

DX supports GitHub webhooks ingestion to allow syncing pull request data in real-time. This may be beneficial for large GitHub organizations that are difficult to keep up-to-date in DX through API-based data imports.

To enable webhook ingestion, follow the steps below:

  1. Go to Organization settings -> Webhooks.

  2. Click Add webhook button.

  3. For the payload URL, enter your instance URL followed by /webhooks/github.

  4. For content type, select application/json.

  5. Enter the secret provided to you by your DX account manager.

  6. Select Let me select individual events., then uncheck Pushes and check Pull requests and Pull request reviews.

Example configuration:

CleanShot 2024-09-10 at 10 40 37@2x
Did this answer your question?