From 958a9f55040945d06d88b10580c3aaae35a5f6b5 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 29 Jun 2021 07:37:16 -0700 Subject: [PATCH] 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()