Skip to content

Commit a74a880

Browse files
authored
fix: disable sync for monorepos (#235)
* fix: disable sync for monorepos
1 parent cab1d56 commit a74a880

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/sync.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ function replicate_all {
102102
"meta"
103103
"ci"
104104
".github"
105+
"hydra"
106+
"keto"
107+
"oathkeeper"
108+
"kratos"
109+
"elements"
110+
"polis"
111+
"x"
112+
"fosite"
113+
"kratos-selfservice-ui-node"
114+
"kratos-selfservice-ui-react-native"
115+
"kratos-selfservice-ui-react-nextjs"
105116
)
106117

107118
gh repo list ory --visibility public --no-archived --source --json name -L 1000 | jq -r '.[] | .name' | while read -r repo_name; do

0 commit comments

Comments
 (0)