From 8faa0a6eae9e11b95483f539444be1faffdd5996 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 2 Nov 2024 11:51:10 +1300 Subject: [PATCH] Include TFL repos in the ECC Core workspace --- helpers/zenhub.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/zenhub.py b/helpers/zenhub.py index 93e28b48..63cab922 100644 --- a/helpers/zenhub.py +++ b/helpers/zenhub.py @@ -2,12 +2,12 @@ import networkx as nx from sgqlc.endpoint.http import HTTPEndpoint from sgqlc.operation import Operation -from helpers.github import CORE_REPOS, WALLET_REPOS, ZF_REPOS, ZF_FROST_REPOS +from helpers.github import CORE_REPOS, TFL_REPOS, WALLET_REPOS, ZF_REPOS, ZF_FROST_REPOS from zenhub_schema import zenhub_schema WORKSPACE_SETS = { # ecc-core - '5dc1fd615862290001229f21': CORE_REPOS.keys(), + '5dc1fd615862290001229f21': list(CORE_REPOS.keys()) + list(TFL_REPOS.keys()), # ecc-wallet '5db8aa0244512d0001e0968e': WALLET_REPOS.keys(), # zf