Skip to content

Commit 9eb00fc

Browse files
authored
Adding in copier flow (#104)
1 parent 6ab45e6 commit 9eb00fc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.copier/config.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)