From 358ef2fbdfadda417fbd3d82df7c582a2934a05c Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 17 Jul 2026 13:26:25 +0100 Subject: [PATCH] config: poll the resurrected CTI repos (autocti_workspace_test#1) PyAutoCTI joins the libraries group, autocti_workspace the workspaces group and autocti_workspace_test the workspaces_test group of the tick's polled registry. Identity matches PyAutoMind/repos.yaml (repos_sync --check). Co-Authored-By: Claude Fable 5 --- config/repos.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/repos.yaml b/config/repos.yaml index f6a53b2..5c7cf3b 100644 --- a/config/repos.yaml +++ b/config/repos.yaml @@ -20,6 +20,8 @@ repos: owner: PyAutoLabs - name: PyAutoLens owner: PyAutoLabs + - name: PyAutoCTI + owner: PyAutoLabs build_workflow: - name: PyAutoBuild @@ -34,6 +36,8 @@ repos: owner: PyAutoLabs - name: autolens_workspace owner: PyAutoLabs + - name: autocti_workspace + owner: PyAutoLabs workspaces_test: - name: autofit_workspace_test @@ -42,6 +46,8 @@ repos: owner: PyAutoLabs - name: autolens_workspace_test owner: PyAutoLabs + - name: autocti_workspace_test + owner: PyAutoLabs workspaces_developer: - name: autofit_workspace_developer