Connect your GitLab project to Ripple in 2 minutes.
Go to GitLab → Settings → Access Tokens
Create a token with these settings:
ripple-apiapi (read/write access)Copy the token (starts with glpat-).
Go to your project → Settings → Webhooks → Add webhook:
main (or your default branch)Click "Add webhook".
Edit an API spec file (.proto, .graphql, openapi.yaml, or schema.sql), remove or add a required field, and push to main.
Ripple will detect the break and open a Merge Request with the fix.