File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,3 +108,24 @@ workflows:
108108 exclude :
109109 - " mflix/client/**/.gitignore"
110110 - " mflix/server/python-fastapi/**/.gitignore"
111+
112+ # --------------------------------------------------------------------------
113+ # TanStack Framework
114+ # --------------------------------------------------------------------------
115+ - name : " tanstack-framework"
116+ destination :
117+ repo : " 10gen/docs-mongodb-internal"
118+ branch : " main"
119+ transformations :
120+ - move : { from: "frameworks/javascript/tanstack/testedSnippets/src", to: "code-examples/javascript/tanstack" }
121+ commit_strategy :
122+ pr_title : " Update TanStack code examples from docs-sample-apps"
123+ pr_body : |
124+ Automated update of TanStack framework example snippets
125+
126+ **Source:** ${source_repo} (${source_branch})
127+ **PR:** #${pr_number} | **Commit:** ${commit_sha}
128+ **Changes:** ${file_count} files updated
129+ exclude :
130+ - " **/*.test.ts"
131+ - " **/*.test.tsx"
You can’t perform that action at this time.
0 commit comments