From 958a9f55040945d06d88b10580c3aaae35a5f6b5 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 29 Jun 2021 07:37:16 -0700 Subject: [PATCH 1/2] Keep all Abstract Wikipedia work on the team board --- project_grouper.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/project_grouper.py b/project_grouper.py index 0312cfd..c031aee 100644 --- a/project_grouper.py +++ b/project_grouper.py @@ -264,6 +264,16 @@ rules = [ ], 'once': True }, + { + # Keep all Abstract Wikipedia work on the team board + 'add': 'abstract_wikipedia', + 'in': [ + 'abstract_wikipedia_ux', + 'function-evaluator', + 'function-orchestrator', + 'function-schemata', + ], + }, ] client = Client.newFromCreds() From 13b5e1d0257d7b331b06f20189f02e6dea394f63 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 29 Jun 2021 07:40:00 -0700 Subject: [PATCH 2/2] project_grouper: Add WikiLambda to AW too --- project_grouper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/project_grouper.py b/project_grouper.py index c031aee..75fa61a 100644 --- a/project_grouper.py +++ b/project_grouper.py @@ -269,6 +269,7 @@ rules = [ 'add': 'abstract_wikipedia', 'in': [ 'abstract_wikipedia_ux', + 'wikilambda', 'function-evaluator', 'function-orchestrator', 'function-schemata',