Centralized repo for Lagoon change feed data. Managed via automated workflows and consumed by the uselagoon/ui-library.
The change feed data is validated against the changefeed.schema.json file using standard JSON validation.
- Edit Data: Update the changefeed.json file on a new branch.
- Validation: Validation runs locally via
npm run validateor automatically on PR/Push in GitHub Actions. - Auto-PR: On any branch push (except
main) that modifieschangefeed.json, a GitHub Action will automatically create a PR if one doesn't exist. - Merge: Once merged, the data is available for consumption in the ChangeFeed component in the uselagoon/ui-library.