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()