Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.weavable.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Weavable GitHub integration tracks PRs in your connected repositories by default. To track all commits — not just PRs — add a webhook in GitHub.
1

Open GitHub settings

Go to your GitHub Organization or repository page and click Settings.Going to the Organization page lets you track all repositories in the org. Going to an individual repository page tracks just that repo.
2

Open Webhooks

In the Settings page, click Webhooks in the left sidebar.
3

Add a webhook

Click Add Webhook.
4

Set the webhook properties

  • Payload URL: https://app.thatworks.ai/api/connectors/hook/github
  • Content Type: application/json
  • Leave the rest at their defaults: Secret must be empty, SSL Verification is enabled, and events are set to push.
GitHub webhook configuration form with the Weavable payload URL and application/json content type
5

Save

Click Add Webhook.