feat(ci): add github action for automated feature table sync#1653
Merged
feat(ci): add github action for automated feature table sync#1653
Conversation
Weekly scheduled workflow (Monday 09:00 UTC) to sync feature definitions and tier assignments from upstream loft-sh repos. Auto-creates PR when drift detected using peter-evans/create-pull-request. Supports manual trigger via workflow_dispatch for ad-hoc syncs. Closes DEVOPS-508
✅ Deploy Preview for vcluster-docs-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Claude finished @Piotr1215's task in 1m 6s —— View job Issues FoundFound 4 security issues where the workflow unnecessarily uses a custom All GitHub Actions workflows should use the built-in
Using custom access tokens introduces security risks and maintenance overhead. |
Contributor
loft-bot
reviewed
Jan 30, 2026
loft-bot
reviewed
Jan 30, 2026
loft-bot
reviewed
Jan 30, 2026
loft-bot
reviewed
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add scheduled GitHub Action workflow to auto-check feature table sync with upstream repos and create PR when drift detected.
workflow_dispatchfor ad-hoc syncspeter-evans/create-pull-requestwhen drift foundHow it works
npm run validate-upstreamto check for driftnpm run sync-upstreamto update local filessrc/data/features.yamlandsrc/data/products.yamlUpstream sources
Test plan
Note
Adds a GitHub Actions workflow for automated weekly syncing of feature tables from upstream repositories. The workflow validates for drift and creates PRs when changes are detected.
Generated by Claude for 536e65e
Closes DEVOPS-508