chore: add workflow to sync skills from trigger.dev monorepo#7
Open
D-K-P wants to merge 1 commit into
Open
Conversation
Weekly cron + manual dispatch. Clones triggerdotdev/trigger.dev with sparse-checkout, copies skills listed in sync-map.json under their public slugs, and opens or updates a PR. Uses the default GITHUB_TOKEN; no PAT required.
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
Adds an automated weekly sync from
triggerdotdev/trigger.devpackages/cli-v3/skills/into this repo. Monorepo skill directories map to public slugs viasync-map.json, so the install commands in the README stay stable when the monorepo renames things.The workflow opens (or updates) a PR rather than committing directly, so a human can scan the diff before public install paths change. Manual dispatch is available from the Actions tab; the cron runs Mondays at 06:00 UTC.