From c437fb7a25e3722c23bf4ee3fc435527d3313ba5 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:41:03 -0700 Subject: [PATCH] Update quest-config.json (#491) * Update quest-config.json * Update quest-config.json --- quest-config.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/quest-config.json b/quest-config.json index cb264ee..0823848 100644 --- a/quest-config.json +++ b/quest-config.json @@ -6,5 +6,17 @@ }, "ImportTriggerLabel": ":world_map: reQUEST", "ImportedLabel": ":pushpin: seQUESTered", - "DefaultParentNode": 227487 + "ParentNodes": [ + { + "Label": "okr-curation", + "ParentNodeId": 237271 + } + ], + "DefaultParentNode": 227487, + "WorkItemTags": [ + { + "Label": "okr-curation", + "Tag": "content-curation" + } + ] }