From 837eb7f69e9235737b9321cff8a0016dd7e40dfe Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Tue, 21 Oct 2025 14:53:02 -0400 Subject: [PATCH 1/2] chore: exclude network from sync --- scripts/sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sync.sh b/scripts/sync.sh index 116e8af..ca07f77 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -113,6 +113,7 @@ function replicate_all { "kratos-selfservice-ui-node" "kratos-selfservice-ui-react-native" "kratos-selfservice-ui-react-nextjs" + "network", # manages its own templates ) gh repo list ory --visibility public --no-archived --source --json name -L 1000 | jq -r '.[] | .name' | while read -r repo_name; do From fb23cccefab2165a1df75a1ffd6ab06ba4dd9c1d Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Sat, 25 Oct 2025 10:18:00 -0400 Subject: [PATCH 2/2] chore: u --- scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync.sh b/scripts/sync.sh index ca07f77..9f7c4bd 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -113,7 +113,7 @@ function replicate_all { "kratos-selfservice-ui-node" "kratos-selfservice-ui-react-native" "kratos-selfservice-ui-react-nextjs" - "network", # manages its own templates + "network" # manages its own templates ) gh repo list ory --visibility public --no-archived --source --json name -L 1000 | jq -r '.[] | .name' | while read -r repo_name; do